C# Class Microsoft.JScript.JSProperty

Inheritance: System.Reflection.PropertyInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

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

public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Résultat System.Reflection.MethodInfo[]

GetCustomAttributes() public final méthode

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

GetCustomAttributes() public final méthode

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

GetGetMethod() public méthode

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

GetIndexParameters() public méthode

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

GetSetMethod() public méthode

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat System.Reflection.MethodInfo

IsDefined() public final méthode

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