C# Class CommonComposition.DelegatingConstructorInfo

Provides a base ConstructorInfo that can be customized to expose tailored metadata for a constructor to APIs that use reflection.
Inheritance: System.Reflection.ConstructorInfo
Exibir arquivo Open project: netfx/CommonComposition

Public Methods

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

Method Details

DelegatingConstructorInfo() public method

public DelegatingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
return System

GetCustomAttributes() public method

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

GetCustomAttributes() public method

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

GetMethodImplementationFlags() public method

public GetMethodImplementationFlags ( ) : MethodImplAttributes
return MethodImplAttributes

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

Invoke() public method

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

Invoke() public method

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
return object

IsDefined() public method

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