C# Class System.Reflection.Emit.AssemblyBuilder

Inheritance: System.Reflection.Assembly, _AssemblyBuilder
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
DefineDynamicAssembly ( System name, System access ) : System.Reflection.Emit.AssemblyBuilder
DefineDynamicAssembly ( System name, System access, System assemblyAttributes ) : System.Reflection.Emit.AssemblyBuilder
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

Private Methods

Method Description
AssemblyBuilder ( )

Method Details

DefineDynamicAssembly() public static method

public static DefineDynamicAssembly ( System name, System access ) : System.Reflection.Emit.AssemblyBuilder
name System
access System
return System.Reflection.Emit.AssemblyBuilder

DefineDynamicAssembly() public static method

public static DefineDynamicAssembly ( System name, System access, System assemblyAttributes ) : System.Reflection.Emit.AssemblyBuilder
name System
access System
assemblyAttributes System
return System.Reflection.Emit.AssemblyBuilder

DefineDynamicModule() public method

public DefineDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder
name string
return System.Reflection.Emit.ModuleBuilder

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDynamicModule() public method

public GetDynamicModule ( string name ) : System.Reflection.Emit.ModuleBuilder
name string
return System.Reflection.Emit.ModuleBuilder

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetManifestResourceInfo() public method

public GetManifestResourceInfo ( string resourceName ) : System.Reflection.ManifestResourceInfo
resourceName string
return System.Reflection.ManifestResourceInfo

GetManifestResourceNames() public method

public GetManifestResourceNames ( ) : string[]
return string[]

GetManifestResourceStream() public method

public GetManifestResourceStream ( string name ) : System.IO.Stream
name string
return System.IO.Stream

SetCustomAttribute() public method

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
return void

SetCustomAttribute() public method

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
return void