Mono Class Library: Overview

System.Reflection.TypeDelegator: Method Members

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

See Also: Inherited members from System.Type

Public Methods

override
GetConstructors(BindingFlags) : 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, BindingFlags) : EventInfo
Documentation for this section has not yet been entered.
override
GetEvents() : EventInfo[]
Documentation for this section has not yet been entered.
override
GetEvents(BindingFlags) : EventInfo[]
Documentation for this section has not yet been entered.
override
GetField(string, BindingFlags) : FieldInfo
Documentation for this section has not yet been entered.
override
GetFields(BindingFlags) : FieldInfo[]
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) : 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, MemberTypes, BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMembers(BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMethods(BindingFlags) : MethodInfo[]
Documentation for this section has not yet been entered.
override
GetNestedType(string, BindingFlags) : Type
Documentation for this section has not yet been entered.
override
GetNestedTypes(BindingFlags) : Type[]
Documentation for this section has not yet been entered.
override
GetProperties(BindingFlags) : PropertyInfo[]
Documentation for this section has not yet been entered.
override
InvokeMember(string, BindingFlags, Binder, object, object[], ParameterModifier[], System.Globalization.CultureInfo, string[]) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
GetAttributeFlagsImpl() : TypeAttributes
Documentation for this section has not yet been entered.
override
GetConstructorImpl(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : ConstructorInfo
Documentation for this section has not yet been entered.
override
GetMethodImpl(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : MethodInfo
Documentation for this section has not yet been entered.
override
GetPropertyImpl(string, BindingFlags, Binder, Type, Type[], ParameterModifier[]) : 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.