SplashScreen Constructors

Definition

Initializes a new instance of the SplashScreen class.

Overloads

SplashScreen(String)

Initializes a new instance of the SplashScreen class with the specified resource.

SplashScreen(Assembly, String)

Initializes a new instance of the SplashScreen class with the specified resource assembly.

SplashScreen(String)

Initializes a new instance of the SplashScreen class with the specified resource.

public SplashScreen (string resourceName);
[System.Security.SecurityCritical]
public SplashScreen (string resourceName);

Parameters

resourceName
String

The name of the embedded resource.

Attributes

Remarks

The resourceName parameter follows the usual rules for embedded resources. For more information, see the ResourceManager class. The resourceName parameter specifies the name of the resource file, and not a URI.

See also

Applies to

.NET Framework 4.8.1 e altre versioni
Prodotto Versioni
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

SplashScreen(Assembly, String)

Initializes a new instance of the SplashScreen class with the specified resource assembly.

[System.Security.SecurityCritical]
public SplashScreen (System.Reflection.Assembly resourceAssembly, string resourceName);
public SplashScreen (System.Reflection.Assembly resourceAssembly, string resourceName);

Parameters

resourceAssembly
Assembly

The assembly that contains the embedded resource.

resourceName
String

The name of the embedded resource.

Attributes

Remarks

The resourceAssembly and resourceName parameters follow the usual rules for embedded resources. For more information, see the ResourceManager class. The resourceName parameter specifies the name of the resource file, and not a URI.

See also

Applies to

.NET Framework 4.8.1 e altre versioni
Prodotto Versioni
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9