C# Class Microsoft.JScript.JSProperty

Inheritance: System.Reflection.PropertyInfo
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetGetMethod ( bool nonPublic ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type type, bool inherit ) : bool

Private Methods

Method Description
GetClassFullName ( ) : String
GetGetMethod ( PropertyInfo prop, bool nonPublic ) : MethodInfo
GetSetMethod ( PropertyInfo prop, bool nonPublic ) : MethodInfo
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : Object
GetValue ( PropertyInfo prop, Object obj, Object index ) : Object
GetterAndSetterAreConsistent ( ) : bool
JSProperty ( String name ) : System
PropertyIR ( ) : IReflect
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : void
SetValue ( PropertyInfo prop, Object obj, Object value, Object index ) : void

Method Details

GetAccessors() public method

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

GetCustomAttributes() public final method

public final GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
return Object[]

GetCustomAttributes() public final method

public final 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

IsDefined() public final method

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