C# 클래스 System.Reflection.MonoParameterInfo

상속: ParameterInfo
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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