NEmbeddedResourceContainer Class Members
In This Topic
The following tables list the members exposed by NEmbeddedResourceContainer.
Public Fields
| Name | Description |
  | Empty | The Empty resources |
Top
Public Methods
| Name | Description |
 | GetResource | Returns the resource with the specified name or null if a resource with this name does not exist. |
 | GetResourceBytes | Overloaded. Returns the bytes of the resource with the specified name or null if a resource with this name does not exist. |
 | GetResourceNames | Gets the names of the resources contained in this container. |
 | GetResourceStream | Gets a stream from the resource with the specified name. Returns null if a resource with this name does not exist. |
Top
See Also