C# Class System.Reflection.Emit.AssemblyBuilderData

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
AddCustomAttribute ( ConstructorInfo con, byte binaryAttribute ) : void
AddCustomAttribute ( CustomAttributeBuilder customBuilder ) : void
AddModule ( ModuleBuilder dynModule ) : void
AddPermissionRequests ( PermissionSet required, PermissionSet optional, PermissionSet refused ) : void
AddPublicComType ( Type type ) : void
AddResWriter ( ResWriterData resData ) : void
AssemblyBuilderData ( Assembly assembly, String strAssemblyName, AssemblyBuilderAccess access, String dir ) : System
CheckFileNameConflict ( String strFileName ) : void
CheckNameConflict ( String strNewModuleName ) : void
CheckResNameConflict ( String strNewResName ) : void
CheckTypeNameConflict ( String strTypeName, TypeBuilder enclosingType ) : void
EnsurePublicComTypeCapacity ( ) : void
FindModuleWithFileName ( String strFileName ) : ModuleBuilder
FindModuleWithName ( String strName ) : ModuleBuilder
GetInMemoryAssemblyModule ( ) : ModuleBuilder
GetOnDiskAssemblyModule ( ) : ModuleBuilder
SetOnDiskAssemblyModule ( ModuleBuilder modBuilder ) : void