Method | Description | |
---|---|---|
GetEmbeddedResourceBytes ( |
Attempts to find and return the given resource from within the specified assembly.
|
|
GetEmbeddedResourceBytes ( string resourceFileName ) : byte[] |
Attempts to find and return the given resource from within the calling assembly.
|
|
GetEmbeddedResourceStream ( |
Attempts to find and return the given resource from within the specified assembly.
|
|
GetEmbeddedResourceStream ( string resourceFileName ) : Stream |
Attempts to find and return the given resource from within the calling assembly.
|
|
GetEmbeddedResourceString ( |
Attempts to find and return the given resource from within the specified assembly.
|
|
GetEmbeddedResourceString ( string resourceFileName ) : string |
Attempts to find and return the given resource from within the calling assembly.
|
public static GetEmbeddedResourceBytes ( |
||
assembly | Assembly. | |
resourceFileName | string | Resource file name. |
return | byte[] |
public static GetEmbeddedResourceBytes ( string resourceFileName ) : byte[] | ||
resourceFileName | string | Resource file name. |
return | byte[] |
public static GetEmbeddedResourceStream ( |
||
assembly | Assembly. | |
resourceFileName | string | Resource file name. |
return | Stream |
public static GetEmbeddedResourceStream ( string resourceFileName ) : Stream | ||
resourceFileName | string | Resource file name. |
return | Stream |
public static GetEmbeddedResourceString ( |
||
assembly | Assembly. | |
resourceFileName | string | Resource file name. |
return | string |
public static GetEmbeddedResourceString ( string resourceFileName ) : string | ||
resourceFileName | string | Resource file name. |
return | string |