Mono Class Library: Overview

System.Reflection.Emit.GenericTypeParameterBuilder: Method Members

The methods of System.Reflection.Emit.GenericTypeParameterBuilder are listed below. For a list of all members, see the GenericTypeParameterBuilder Members list.

See Also: Inherited members from System.Type

Public Methods

override
Equals(object) : bool
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.
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
GetGenericParameterConstraints() : Type[]
Documentation for this section has not yet been entered.
override
GetGenericTypeDefinition() : Type
Documentation for this section has not yet been entered.
override
GetHashCode() : int
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.
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.
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.
SetBaseTypeConstraint(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.
SetGenericParameterAttributes(System.Reflection.GenericParameterAttributes)
Documentation for this section has not yet been entered.
SetInterfaceConstraints(params 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.