C# 클래스 CommonComposition.DelegatingParameterInfo

Provides a base ParameterInfo that can be customized to expose tailored metadata for a parameter to APIs that use reflection.
상속: System.Reflection.ParameterInfo
파일 보기 프로젝트 열기: netfx/CommonComposition

공개 메소드들

메소드 설명
DelegatingParameterInfo ( ParameterInfo parameter ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetCustomAttributesData ( ) : IList
GetOptionalCustomModifiers ( ) : System.Type[]
GetRequiredCustomModifiers ( ) : System.Type[]
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

메소드 상세

DelegatingParameterInfo() 공개 메소드

public DelegatingParameterInfo ( ParameterInfo parameter ) : System
parameter System.Reflection.ParameterInfo
리턴 System

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetCustomAttributesData() 공개 메소드

public GetCustomAttributesData ( ) : IList
리턴 IList

GetOptionalCustomModifiers() 공개 메소드

public GetOptionalCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

GetRequiredCustomModifiers() 공개 메소드

public GetRequiredCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string