Method | Description | |
---|---|---|
DefineDynamicAssembly ( System name, System access ) : System.Reflection.Emit.AssemblyBuilder | ||
DefineDynamicAssembly ( System name, System access, System |
||
DefineDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder | ||
Equals ( object obj ) : bool | ||
GetDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder | ||
GetHashCode ( ) : int | ||
GetManifestResourceInfo ( string resourceName ) : System.Reflection.ManifestResourceInfo | ||
GetManifestResourceNames ( ) : string[] | ||
GetManifestResourceStream ( string name ) : System.IO.Stream | ||
SetCustomAttribute ( System customBuilder ) : void | ||
SetCustomAttribute ( System con, byte binaryAttribute ) : void |
Method | Description | |
---|---|---|
AssemblyBuilder ( ) |
public static DefineDynamicAssembly ( System name, System access ) : System.Reflection.Emit.AssemblyBuilder | ||
name | System | |
access | System | |
return | System.Reflection.Emit.AssemblyBuilder |
public static DefineDynamicAssembly ( System name, System access, System |
||
name | System | |
access | System | |
assemblyAttributes | System |
|
return | System.Reflection.Emit.AssemblyBuilder |
public DefineDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder | ||
name | string | |
return | System.Reflection.Emit.ModuleBuilder |
public GetDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder | ||
name | string | |
return | System.Reflection.Emit.ModuleBuilder |
public GetManifestResourceInfo ( string resourceName ) : System.Reflection.ManifestResourceInfo | ||
resourceName | string | |
return | System.Reflection.ManifestResourceInfo |
public GetManifestResourceNames ( ) : string[] | ||
return | string[] |
public GetManifestResourceStream ( string name ) : System.IO.Stream | ||
name | string | |
return | System.IO.Stream |
public SetCustomAttribute ( System customBuilder ) : void | ||
customBuilder | System | |
return | void |
public SetCustomAttribute ( System con, byte binaryAttribute ) : void | ||
con | System | |
binaryAttribute | byte | |
return | void |