Class ResXFileRef
ResX File Reference class. This allows the developer to represent a link to an external resource. When the resource manager asks for the value of the resource item, the external resource is loaded.
Inheritance
System.Object
ResXFileRef
Namespace: System.Resources.NetStandard
Assembly: PnP.Framework.dll
Syntax
public class ResXFileRef : object
Constructors
ResXFileRef(String, String)
Creates a new ResXFileRef that points to the specified file. The type refered to by typeName must support a constructor that accepts a System.IO.Stream as a parameter.
Declaration
public ResXFileRef(string fileName, string typeName)
Parameters
System.
|
System.
|
ResXFileRef(String, String, Encoding)
Creates a new ResXFileRef that points to the specified file. The type refered to by typeName must support a constructor that accepts a System.IO.Stream as a parameter.
Declaration
public ResXFileRef(string fileName, string typeName, Encoding textFileEncoding)
Parameters
System.
|
System.
|
Encoding
textFileEncoding
|
Properties
FileName
Declaration
public string FileName { get; }
Property Value
System.
|
TextFileEncoding
Declaration
public Encoding TextFileEncoding { get; }
Property Value
Encoding
|
TypeName
Declaration
public string TypeName { get; }
Property Value
System.
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|