Läs på engelska Redigera

Dela via


ResXFileRef Constructors

Definition

Initializes a new instance of the ResXFileRef class.

Overloads

ResXFileRef(String, String)

Creates a new instance of the ResXFileRef class that references the specified file.

ResXFileRef(String, String, Encoding)

Initializes a new instance of the ResXFileRef class that references the specified file.

ResXFileRef(String, String)

Source:
ResXFileRef.cs
Source:
ResXFileRef.cs
Source:
ResXFileRef.cs

Creates a new instance of the ResXFileRef class that references the specified file.

C#
public ResXFileRef(string fileName, string typeName);

Parameters

fileName
String

The file to reference.

typeName
String

The type of the resource that is referenced.

Exceptions

fileName or typeName is null.

Remarks

The type referred to by the typeName parameter must support a public constructor that accepts a Stream object as a parameter.

Applies to

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 1.1, 2.0, 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, 10

ResXFileRef(String, String, Encoding)

Source:
ResXFileRef.cs
Source:
ResXFileRef.cs
Source:
ResXFileRef.cs

Initializes a new instance of the ResXFileRef class that references the specified file.

C#
public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding);

Parameters

fileName
String

The file to reference.

typeName
String

The type name of the resource that is referenced.

textFileEncoding
Encoding

The encoding used in the referenced file.

Remarks

The type referred to by the typeName parameter must support a public constructor that accepts a Stream object as a parameter.

Applies to

.NET Framework 4.8.1 och andra versioner
Produkt Versioner
.NET Framework 2.0, 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, 10