Method | Description | |
---|---|---|
GetFileTextContent ( string path, |
Gets a text content of the specified file
|
|
GetResourceAsString ( string resourceName, |
Gets a content of the embedded resource as string
|
|
GetResourceAsString ( string resourceName, |
Gets a content of the embedded resource as string
|
Method | Description | |
---|---|---|
InnerGetResourceAsString ( string resourceName, |
||
Is64BitProcess ( ) : bool |
public static GetFileTextContent ( string path, |
||
path | string | File path |
encoding | Content encoding | |
return | string |
public static GetResourceAsString ( string resourceName, |
||
resourceName | string | The case-sensitive resource name |
assembly | The assembly, which contains the embedded resource | |
return | string |
public static GetResourceAsString ( string resourceName, |
||
resourceName | string | The case-sensitive resource name without the namespace of the specified type |
type | The type, that determines the assembly and whose namespace is used to scope /// the resource name | |
return | string |