C# Class Habanero.Testability.Helpers.FakeMethodInfo

Inheritance: System.Reflection.MethodInfo
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
FakeMethodInfo ( ) : System
FakeMethodInfo ( Type declaringType ) : System
FakeMethodInfo ( string methodName ) : System
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

Method Details

FakeMethodInfo() public méthode

public FakeMethodInfo ( ) : System
Résultat System

FakeMethodInfo() public méthode

public FakeMethodInfo ( Type declaringType ) : System
declaringType System.Type
Résultat System

FakeMethodInfo() public méthode

public FakeMethodInfo ( string methodName ) : System
methodName string
Résultat System

GetBaseDefinition() public méthode

public GetBaseDefinition ( ) : MethodInfo
Résultat System.Reflection.MethodInfo

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 ( 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