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

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

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

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

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

Метод Описание
MonoParameterInfo ( ParameterBuilder pb, Type type, MemberInfo member, int position ) : System.Reflection.Emit
MonoParameterInfo ( ParameterInfo pinfo, MemberInfo member ) : System.Reflection.Emit
MonoParameterInfo ( ParameterInfo pinfo, Type type, MemberInfo member, int position ) : System.Reflection.Emit
MonoParameterInfo ( Type type, MemberInfo member, MarshalAsAttribute marshalAs ) : System.Reflection.Emit

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

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

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

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

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

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

public GetCustomAttributesData ( ) : IList
Результат IList

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

public GetOptionalCustomModifiers ( ) : Type[]
Результат Type[]

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

public GetRequiredCustomModifiers ( ) : Type[]
Результат Type[]

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

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