Mono Class Library: Overview

System.Reflection.Emit.ModuleBuilder: Members

The members of System.Reflection.Emit.ModuleBuilder are listed below.

See Also: Inherited members from System.Reflection.Module

Public Properties

[read-only]
override
FullyQualifiedNamestring. Documentation for this section has not yet been entered.

Public Methods

CreateGlobalFunctions()
Documentation for this section has not yet been entered.
DefineDocument(string, Guid, Guid, Guid) : System.Diagnostics.SymbolStore.ISymbolDocumentWriter
Documentation for this section has not yet been entered.
DefineEnum(string, System.Reflection.TypeAttributes, Type) : EnumBuilder
Documentation for this section has not yet been entered.
DefineGlobalMethod(string, System.Reflection.MethodAttributes, Type, Type[]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineGlobalMethod(string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineGlobalMethod(string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineInitializedData(string, byte[], System.Reflection.FieldAttributes) : FieldBuilder
Documentation for this section has not yet been entered.
DefineManifestResource(string, System.IO.Stream, System.Reflection.ResourceAttributes)
Documentation for this section has not yet been entered.
DefinePInvokeMethod(string, string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet) : MethodBuilder
Documentation for this section has not yet been entered.
DefinePInvokeMethod(string, string, string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet) : MethodBuilder
Documentation for this section has not yet been entered.
DefineResource(string, string) : System.Resources.IResourceWriter
Documentation for this section has not yet been entered.
DefineResource(string, string, System.Reflection.ResourceAttributes) : System.Resources.IResourceWriter
Documentation for this section has not yet been entered.
DefineType(string) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes, Type) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes, Type, int) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes, Type, PackingSize) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes, Type, Type[]) : TypeBuilder
Documentation for this section has not yet been entered.
DefineType(string, System.Reflection.TypeAttributes, Type, PackingSize, int) : TypeBuilder
Documentation for this section has not yet been entered.
DefineUninitializedData(string, int, System.Reflection.FieldAttributes) : FieldBuilder
Documentation for this section has not yet been entered.
DefineUnmanagedResource(byte[])
Documentation for this section has not yet been entered.
DefineUnmanagedResource(string)
Documentation for this section has not yet been entered.
GetArrayMethod(Type, string, System.Reflection.CallingConventions, Type, Type[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
GetArrayMethodToken(Type, string, System.Reflection.CallingConventions, Type, Type[]) : MethodToken
Documentation for this section has not yet been entered.
GetConstructorToken(System.Reflection.ConstructorInfo) : MethodToken
Documentation for this section has not yet been entered.
GetFieldToken(System.Reflection.FieldInfo) : FieldToken
Documentation for this section has not yet been entered.
GetMethodToken(System.Reflection.MethodInfo) : MethodToken
Documentation for this section has not yet been entered.
GetSignatureToken(SignatureHelper) : SignatureToken
Documentation for this section has not yet been entered.
GetSignatureToken(byte[], int) : SignatureToken
Documentation for this section has not yet been entered.
GetStringConstant(string) : StringToken
Documentation for this section has not yet been entered.
GetSymWriter() : System.Diagnostics.SymbolStore.ISymbolWriter
Documentation for this section has not yet been entered.
override
GetType(string) : Type
Documentation for this section has not yet been entered.
override
GetType(string, bool) : Type
Documentation for this section has not yet been entered.
override
GetType(string, bool, bool) : Type
Documentation for this section has not yet been entered.
override
GetTypes() : Type[]
Documentation for this section has not yet been entered.
GetTypeToken(string) : TypeToken
Documentation for this section has not yet been entered.
GetTypeToken(Type) : TypeToken
Documentation for this section has not yet been entered.
IsTransient() : bool
Documentation for this section has not yet been entered.
SetCustomAttribute(CustomAttributeBuilder)
Documentation for this section has not yet been entered.
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
Documentation for this section has not yet been entered.
SetSymCustomAttribute(string, byte[])
Documentation for this section has not yet been entered.
SetUserEntryPoint(System.Reflection.MethodInfo)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._ModuleBuilder.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ModuleBuilder.InvokeDocumentation for this section has not yet been entered.