Method | Description | |
---|---|---|
AddResource ( string name, Stream value ) : void | ||
AddResource ( string name, Stream value, bool closeAfterWrite ) : void | ||
AddResource ( string name, System value ) : void | ||
AddResource ( string name, System value, bool closeAfterWrite ) : void | ||
AddResource ( string name, byte value ) : void | ||
AddResource ( string name, object value ) : void | ||
AddResource ( string name, string value ) : void | ||
AddResourceData ( string name, string typeName, byte serializedData ) : void | ||
Close ( ) : void | ||
Dispose ( ) : void | ||
Generate ( ) : void | ||
ResourceWriter ( System stream ) | ||
ResourceWriter ( string fileName ) | ||
ResourceWriter ( Stream stream ) : System | ||
ResourceWriter ( string fileName ) : System |
Method | Description | |
---|---|---|
AddResourceInternal ( string name, Stream value, bool closeAfterWrite ) : void | ||
Dispose ( bool disposing ) : void | ||
FindTypeCode ( object value, List |
||
Write7BitEncodedInt ( |
||
WriteValue ( ResourceTypeCode typeCode, object value, |
public AddResource ( string name, Stream value ) : void | ||
name | string | |
value | Stream | |
return | void |
public AddResource ( string name, Stream value, bool closeAfterWrite ) : void | ||
name | string | |
value | Stream | |
closeAfterWrite | bool | |
return | void |
public AddResource ( string name, System value ) : void | ||
name | string | |
value | System | |
return | void |
public AddResource ( string name, System value, bool closeAfterWrite ) : void | ||
name | string | |
value | System | |
closeAfterWrite | bool | |
return | void |
public AddResource ( string name, byte value ) : void | ||
name | string | |
value | byte | |
return | void |
public AddResource ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public AddResource ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public AddResourceData ( string name, string typeName, byte serializedData ) : void | ||
name | string | |
typeName | string | |
serializedData | byte | |
return | void |
public ResourceWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public ResourceWriter ( string fileName ) : System | ||
fileName | string | |
return | System |