C# Class Habanero.Smooth.Test.FakePropertyInfo

Inheritance: System.Reflection.PropertyInfo
Mostrar archivo Open project: Chillisoft/habanero.smooth

Public Methods

Method Description
FakePropertyInfo ( ) : System
FakePropertyInfo ( Type declaringType ) : System
FakePropertyInfo ( string propName, Type propType ) : System
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGetMethod ( bool nonPublic ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( bool nonPublic ) : MethodInfo
GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetReflectedType ( Type reflectedType ) : void
SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void

Method Details

FakePropertyInfo() public method

public FakePropertyInfo ( ) : System
return System

FakePropertyInfo() public method

public FakePropertyInfo ( Type declaringType ) : System
declaringType System.Type
return System

FakePropertyInfo() public method

public FakePropertyInfo ( string propName, Type propType ) : System
propName string
propType System.Type
return System

GetAccessors() public method

public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
return System.Reflection.MethodInfo[]

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[]

GetGetMethod() public method

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return System.Reflection.MethodInfo

GetIndexParameters() public method

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

GetSetMethod() public method

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return System.Reflection.MethodInfo

GetValue() public method

public GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
return object

IsDefined() public method

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

SetReflectedType() public method

public SetReflectedType ( Type reflectedType ) : void
reflectedType System.Type
return void

SetValue() public method

public SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : void
obj object
value object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
return void