The methods of System.Reflection.Emit.TypeBuilder are listed below. For a list of all members, see the TypeBuilder Members list.
See Also: Inherited members from System.Type
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. staticGetConstructor(Type, System.Reflection.ConstructorInfo) : System.Reflection.ConstructorInfo Documentation for this section has not yet been entered. overrideGetConstructors(System.Reflection.BindingFlags) : System.Reflection.ConstructorInfo[] Documentation for this section has not yet been entered. overrideGetCustomAttributes(bool) : object[] Documentation for this section has not yet been entered. overrideGetCustomAttributes(Type, bool) : object[] Documentation for this section has not yet been entered. overrideGetElementType() : Type Documentation for this section has not yet been entered. overrideGetEvent(string, System.Reflection.BindingFlags) : System.Reflection.EventInfo Documentation for this section has not yet been entered. overrideGetEvents() : System.Reflection.EventInfo[] Documentation for this section has not yet been entered. overrideGetEvents(System.Reflection.BindingFlags) : System.Reflection.EventInfo[] Documentation for this section has not yet been entered. overrideGetField(string, System.Reflection.BindingFlags) : System.Reflection.FieldInfo Documentation for this section has not yet been entered. staticGetField(Type, System.Reflection.FieldInfo) : System.Reflection.FieldInfo Documentation for this section has not yet been entered. overrideGetFields(System.Reflection.BindingFlags) : System.Reflection.FieldInfo[] Documentation for this section has not yet been entered. overrideGetGenericArguments() : Type[] Documentation for this section has not yet been entered. overrideGetGenericTypeDefinition() : Type Documentation for this section has not yet been entered. overrideGetInterface(string, bool) : Type Documentation for this section has not yet been entered. overrideGetInterfaceMap(Type) : System.Reflection.InterfaceMapping Documentation for this section has not yet been entered. overrideGetInterfaces() : Type[] Documentation for this section has not yet been entered. overrideGetMember(string, System.Reflection.MemberTypes, System.Reflection.BindingFlags) : System.Reflection.MemberInfo[] Documentation for this section has not yet been entered. overrideGetMembers(System.Reflection.BindingFlags) : System.Reflection.MemberInfo[] Documentation for this section has not yet been entered. staticGetMethod(Type, System.Reflection.MethodInfo) : System.Reflection.MethodInfo Documentation for this section has not yet been entered. overrideGetMethods(System.Reflection.BindingFlags) : System.Reflection.MethodInfo[] Documentation for this section has not yet been entered. overrideGetNestedType(string, System.Reflection.BindingFlags) : Type Documentation for this section has not yet been entered. overrideGetNestedTypes(System.Reflection.BindingFlags) : Type[] Documentation for this section has not yet been entered. overrideGetProperties(System.Reflection.BindingFlags) : System.Reflection.PropertyInfo[] Documentation for this section has not yet been entered. overrideInvokeMember(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. overrideIsAssignableFrom(Type) : bool Documentation for this section has not yet been entered.IsCreated() : bool Documentation for this section has not yet been entered. overrideIsDefined(Type, bool) : bool Documentation for this section has not yet been entered. overrideIsSubclassOf(Type) : bool Documentation for this section has not yet been entered. overrideMakeArrayType() : Type Documentation for this section has not yet been entered. overrideMakeArrayType(int) : Type Documentation for this section has not yet been entered. overrideMakeByRefType() : Type Documentation for this section has not yet been entered. overrideMakeGenericType(params Type[]) : Type Documentation for this section has not yet been entered. overrideMakePointerType() : 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. overrideToString() : string Documentation for this section has not yet been entered.
overrideGetAttributeFlagsImpl() : System.Reflection.TypeAttributes Documentation for this section has not yet been entered. overrideGetConstructorImpl(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. overrideGetMethodImpl(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. overrideGetPropertyImpl(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.PropertyInfo Documentation for this section has not yet been entered. overrideHasElementTypeImpl() : bool Documentation for this section has not yet been entered. overrideIsArrayImpl() : bool Documentation for this section has not yet been entered. overrideIsByRefImpl() : bool Documentation for this section has not yet been entered. overrideIsCOMObjectImpl() : bool Documentation for this section has not yet been entered. overrideIsPointerImpl() : bool Documentation for this section has not yet been entered. overrideIsPrimitiveImpl() : bool Documentation for this section has not yet been entered. overrideIsValueTypeImpl() : bool Documentation for this section has not yet been entered.