Mono Class Library: Overview

System.Reflection.IReflect: Members

The members of System.Reflection.IReflect are listed below.

Public Properties

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

Public Methods

GetField(string, BindingFlags) : FieldInfo
Documentation for this section has not yet been entered.
GetFields(BindingFlags) : FieldInfo[]
Documentation for this section has not yet been entered.
GetMember(string, BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
GetMembers(BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
GetMethod(string, BindingFlags) : MethodInfo
Documentation for this section has not yet been entered.
GetMethod(string, BindingFlags, Binder, Type[], ParameterModifier[]) : MethodInfo
Documentation for this section has not yet been entered.
GetMethods(BindingFlags) : MethodInfo[]
Documentation for this section has not yet been entered.
GetProperties(BindingFlags) : PropertyInfo[]
Documentation for this section has not yet been entered.
GetProperty(string, BindingFlags) : PropertyInfo
Documentation for this section has not yet been entered.
GetProperty(string, BindingFlags, Binder, Type, Type[], ParameterModifier[]) : PropertyInfo
Documentation for this section has not yet been entered.
InvokeMember(string, BindingFlags, Binder, object, object[], ParameterModifier[], System.Globalization.CultureInfo, string[]) : object
Documentation for this section has not yet been entered.