Mono Class Library: Overview

System.Reflection.Emit.TypeBuilder: Members

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

See Also: Inherited members from System.Type

Public Fields

const
UnspecifiedTypeSizeint (0). Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
AssemblySystem.Reflection.Assembly. Documentation for this section has not yet been entered.
[read-only]
override
AssemblyQualifiedNamestring. Documentation for this section has not yet been entered.
[read-only]
override
BaseTypeType. Documentation for this section has not yet been entered.
[read-only]
override
ContainsGenericParametersbool. Documentation for this section has not yet been entered.
[read-only]
override
DeclaringMethodSystem.Reflection.MethodBase. Documentation for this section has not yet been entered.
[read-only]
override
DeclaringTypeType. Documentation for this section has not yet been entered.
[read-only]
override
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
override
GenericParameterPositionint. Documentation for this section has not yet been entered.
[read-only]
override
GUIDGuid. Documentation for this section has not yet been entered.
[read-only]
override
IsGenericParameterbool. Documentation for this section has not yet been entered.
[read-only]
override
IsGenericTypebool. Documentation for this section has not yet been entered.
[read-only]
override
IsGenericTypeDefinitionbool. Documentation for this section has not yet been entered.
[read-only]
override
ModuleSystem.Reflection.Module. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
override
Namespacestring. Documentation for this section has not yet been entered.
[read-only]
PackingSizePackingSize. Documentation for this section has not yet been entered.
[read-only]
override
ReflectedTypeType. Documentation for this section has not yet been entered.
[read-only]
Sizeint. Documentation for this section has not yet been entered.
[read-only]
override
TypeHandleRuntimeTypeHandle. Documentation for this section has not yet been entered.
[read-only]
TypeTokenTypeToken. Documentation for this section has not yet been entered.
[read-only]
override
UnderlyingSystemTypeType. Documentation for this section has not yet been entered.

Public Methods

AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
Documentation for this section has not yet been entered.
AddInterfaceImplementation(Type)
Documentation for this section has not yet been entered.
CreateType() : Type
Documentation for this section has not yet been entered.
DefineConstructor(System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type[]) : ConstructorBuilder
Documentation for this section has not yet been entered.
DefineConstructor(System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type[], Type[][], Type[][]) : ConstructorBuilder
Documentation for this section has not yet been entered.
DefineDefaultConstructor(System.Reflection.MethodAttributes) : ConstructorBuilder
Documentation for this section has not yet been entered.
DefineEvent(string, System.Reflection.EventAttributes, Type) : EventBuilder
Documentation for this section has not yet been entered.
DefineField(string, Type, System.Reflection.FieldAttributes) : FieldBuilder
Documentation for this section has not yet been entered.
DefineField(string, Type, Type[], Type[], System.Reflection.FieldAttributes) : FieldBuilder
Documentation for this section has not yet been entered.
DefineGenericParameters(params string[]) : GenericTypeParameterBuilder[]
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.
DefineMethod(string, System.Reflection.MethodAttributes) : MethodBuilder
Documentation for this section has not yet been entered.
DefineMethod(string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions) : MethodBuilder
Documentation for this section has not yet been entered.
DefineMethod(string, System.Reflection.MethodAttributes, Type, Type[]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineMethod(string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineMethod(string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][]) : MethodBuilder
Documentation for this section has not yet been entered.
DefineMethodOverride(System.Reflection.MethodInfo, System.Reflection.MethodInfo)
Documentation for this section has not yet been entered.
DefineNestedType(string) : TypeBuilder
Documentation for this section has not yet been entered.
DefineNestedType(string, System.Reflection.TypeAttributes) : TypeBuilder
Documentation for this section has not yet been entered.
DefineNestedType(string, System.Reflection.TypeAttributes, Type) : TypeBuilder
Documentation for this section has not yet been entered.
DefineNestedType(string, System.Reflection.TypeAttributes, Type, int) : TypeBuilder
Documentation for this section has not yet been entered.
DefineNestedType(string, System.Reflection.TypeAttributes, Type, PackingSize) : TypeBuilder
Documentation for this section has not yet been entered.
DefineNestedType(string, System.Reflection.TypeAttributes, Type, Type[]) : TypeBuilder
Documentation for this section has not yet been entered.
DefinePInvokeMethod(string, string, string, System.Reflection.MethodAttributes, System.Reflection.CallingConventions, Type, Type[], Type[], Type[], Type[][], Type[][], System.Runtime.InteropServices.CallingConvention, System.Runtime.InteropServices.CharSet) : MethodBuilder
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.
DefineProperty(string, System.Reflection.PropertyAttributes, Type, Type[]) : PropertyBuilder
Documentation for this section has not yet been entered.
DefineProperty(string, System.Reflection.PropertyAttributes, Type, Type[], Type[], Type[], Type[][], Type[][]) : PropertyBuilder
Documentation for this section has not yet been entered.
DefineTypeInitializer() : ConstructorBuilder
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.
static
GetConstructor(Type, System.Reflection.ConstructorInfo) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
override
GetConstructors(System.Reflection.BindingFlags) : System.Reflection.ConstructorInfo[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
override
GetElementType() : Type
Documentation for this section has not yet been entered.
override
GetEvent(string, System.Reflection.BindingFlags) : System.Reflection.EventInfo
Documentation for this section has not yet been entered.
override
GetEvents() : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
override
GetEvents(System.Reflection.BindingFlags) : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
override
GetField(string, System.Reflection.BindingFlags) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
static
GetField(Type, System.Reflection.FieldInfo) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
override
GetFields(System.Reflection.BindingFlags) : System.Reflection.FieldInfo[]
Documentation for this section has not yet been entered.
override
GetGenericArguments() : Type[]
Documentation for this section has not yet been entered.
override
GetGenericTypeDefinition() : Type
Documentation for this section has not yet been entered.
override
GetInterface(string, bool) : Type
Documentation for this section has not yet been entered.
override
GetInterfaceMap(Type) : System.Reflection.InterfaceMapping
Documentation for this section has not yet been entered.
override
GetInterfaces() : Type[]
Documentation for this section has not yet been entered.
override
GetMember(string, System.Reflection.MemberTypes, System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMembers(System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
static
GetMethod(Type, System.Reflection.MethodInfo) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetMethods(System.Reflection.BindingFlags) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
override
GetNestedType(string, System.Reflection.BindingFlags) : Type
Documentation for this section has not yet been entered.
override
GetNestedTypes(System.Reflection.BindingFlags) : Type[]
Documentation for this section has not yet been entered.
override
GetProperties(System.Reflection.BindingFlags) : System.Reflection.PropertyInfo[]
Documentation for this section has not yet been entered.
override
InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, object[], System.Reflection.ParameterModifier[], System.Globalization.CultureInfo, string[]) : object
Documentation for this section has not yet been entered.
override
IsAssignableFrom(Type) : bool
Documentation for this section has not yet been entered.
IsCreated() : bool
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
override
IsSubclassOf(Type) : bool
Documentation for this section has not yet been entered.
override
MakeArrayType() : Type
Documentation for this section has not yet been entered.
override
MakeArrayType(int) : Type
Documentation for this section has not yet been entered.
override
MakeByRefType() : Type
Documentation for this section has not yet been entered.
override
MakeGenericType(params Type[]) : Type
Documentation for this section has not yet been entered.
override
MakePointerType() : Type
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.
SetParent(Type)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Protected Methods

override
GetAttributeFlagsImpl() : System.Reflection.TypeAttributes
Documentation for this section has not yet been entered.
override
GetConstructorImpl(System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
override
GetMethodImpl(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetPropertyImpl(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.PropertyInfo
Documentation for this section has not yet been entered.
override
HasElementTypeImpl() : bool
Documentation for this section has not yet been entered.
override
IsArrayImpl() : bool
Documentation for this section has not yet been entered.
override
IsByRefImpl() : bool
Documentation for this section has not yet been entered.
override
IsCOMObjectImpl() : bool
Documentation for this section has not yet been entered.
override
IsPointerImpl() : bool
Documentation for this section has not yet been entered.
override
IsPrimitiveImpl() : bool
Documentation for this section has not yet been entered.
override
IsValueTypeImpl() : bool
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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