C# Class System.Reflection.MonoParameterInfo

Inheritance: ParameterInfo
Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributesData ( ) : IList
GetOptionalCustomModifiers ( ) : Type[]
GetRequiredCustomModifiers ( ) : Type[]
IsDefined ( Type attributeType, bool inherit ) : bool

Private Methods

Method Description
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

Method Details

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
return object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetCustomAttributesData() public method

public GetCustomAttributesData ( ) : IList
return IList

GetOptionalCustomModifiers() public method

public GetOptionalCustomModifiers ( ) : Type[]
return Type[]

GetRequiredCustomModifiers() public method

public GetRequiredCustomModifiers ( ) : Type[]
return Type[]

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
return bool