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
Afficher le fichier Open project: netfx/CommonComposition

Méthodes publiques

Méthode 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 méthode

public DelegatingConstructorInfo ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo
Résultat System

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetMethodImplementationFlags() public méthode

public GetMethodImplementationFlags ( ) : MethodImplAttributes
Résultat MethodImplAttributes

GetParameters() public méthode

public GetParameters ( ) : System.Reflection.ParameterInfo[]
Résultat System.Reflection.ParameterInfo[]

Invoke() public méthode

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

Invoke() public méthode

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
Résultat object

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool