C# Класс System.Reflection.MonoMethod

Наследование: RuntimeMethodInfo, ISerializable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodBody ( ) : MethodBody
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
ToString ( ) : string

Приватные методы

Метод Описание
GetDllImportAttribute ( IntPtr mhandle ) : DllImportAttribute
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition_impl ( ) : MethodInfo
GetPseudoCustomAttributes ( ) : object[]
InternalInvoke ( Object obj, Object parameters, Exception &exc ) : Object
MakeGenericMethod_impl ( Type types ) : MethodInfo
MonoMethod ( ) : System.Globalization
MonoMethod ( RuntimeMethodHandle mhandle ) : System.Globalization
ShouldPrintFullName ( Type type ) : bool
get_base_definition ( MonoMethod method ) : MonoMethod
get_name ( MethodBase method ) : string

Описание методов

GetBaseDefinition() публичный Метод

public GetBaseDefinition ( ) : MethodInfo
Результат MethodInfo

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

GetGenericMethodDefinition() публичный Метод

public GetGenericMethodDefinition ( ) : MethodInfo
Результат MethodInfo

GetMethodBody() публичный Метод

public GetMethodBody ( ) : MethodBody
Результат MethodBody

GetMethodImplementationFlags() публичный Метод

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Результат MethodImplAttributes

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

GetParameters() публичный Метод

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Результат System.Reflection.ParameterInfo[]

Invoke() публичный Метод

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder Binder
parameters Object
culture System.Globalization.CultureInfo
Результат Object

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
Результат bool

MakeGenericMethod() публичный Метод

public MakeGenericMethod ( Type methodInstantiation ) : MethodInfo
methodInstantiation Type
Результат MethodInfo

ToString() публичный Метод

public ToString ( ) : string
Результат string