C# 클래스 CommonComposition.DelegatingConstructorInfo

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

공개 메소드들

메소드 설명
DelegatingConstructorInfo ( ConstructorInfo constructor ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

메소드 상세

DelegatingConstructorInfo() 공개 메소드

public DelegatingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
리턴 System

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

Invoke() 공개 메소드

public Invoke ( BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
리턴 object

Invoke() 공개 메소드

public Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters object
culture System.Globalization.CultureInfo
리턴 object

IsDefined() 공개 메소드

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