IResourceWriter Methods
.NET Framework (current version)
Namespace:
System.Resources
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AddResource(String^, array<Byte>^) | Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written. |
![]() | AddResource(String^, Object^) | Adds a named resource of type Object to the list of resources to be written. |
![]() | AddResource(String^, String^) | Adds a named resource of type String to the list of resources to be written. |
![]() | Close() | Closes the underlying resource file or stream, ensuring all the data has been written to the file. |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) |
![]() | Generate() | Writes all the resources added by the AddResource method to the output file or stream. |
Show:
