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

Наследование: MethodInfo
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetBaseDefinition MethodInfo
GetMethodImplementationFlags MethodImplAttributes
GetParameters System.Reflection.ParameterInfo[]
Invoke Object
MonoArrayMethod System

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

Метод Описание
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

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

Метод Описание
GetBaseDefinition ( ) : MethodInfo
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
MonoArrayMethod ( Type arrayClass, string methodName, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : System

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

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

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

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

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

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

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

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

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