메소드 | 설명 | |
---|---|---|
CreateBuilder ( |
||
DefineType ( string typeName, |
||
GetType ( |
||
ProxyTypeBuilderFactory ( bool canSaveAssembly ) : System |
Initializes a new instance of the ProxyTypeBuilderFactory class.
|
|
SaveAssembly ( string path ) : void |
Saves the dynamic assembly to disk.
|
메소드 | 설명 | |
---|---|---|
DefineDynamicAssembly ( string name, bool canSaveAssembly ) : |
Defines the dynamic assembly.
|
|
GetDynamicAssemblyKeyPair ( ) : |
Returns the dynamic assembly key pair.
|
|
GetDynamicAssemblyName ( string assemblyName ) : |
Returns the dynamic assembly name.
|
|
GetExecutingAssemblyName ( ) : |
Returns the executing assembly name.
|
|
ReadToEnd ( Stream stream ) : byte[] |
Reads all bytes from the current position to the end of the specified stream.
|
public CreateBuilder ( |
||
parentType | ||
리턴 | ITypeBuilder |
public DefineType ( string typeName, |
||
typeName | string | |
parentType | ||
리턴 |
public GetType ( |
||
methodInfo | ||
리턴 |
public ProxyTypeBuilderFactory ( bool canSaveAssembly ) : System | ||
canSaveAssembly | bool | A value indicating whether the assembly can be saved. |
리턴 | System |
public SaveAssembly ( string path ) : void | ||
path | string | The path of the assembly. |
리턴 | void |