C# Class System.Reflection.RuntimePropertyInfo

Inheritance: PropertyInfo, ISerializable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
CacheEquals bool
EqualsSig bool
GetConstantValue object
GetValue Object
GetValue Object
RuntimePropertyInfo System
SetValue void
SetValue void

Méthodes publiques

Méthode Description
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetConstantValue ( ) : object
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetGetMethod ( bool nonPublic ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetOptionalCustomModifiers ( ) : System.Type[]
GetRawConstantValue ( ) : object
GetRequiredCustomModifiers ( ) : System.Type[]
GetSetMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : String

Private Methods

Méthode Description
CacheEquals ( object o ) : bool
EqualsSig ( RuntimePropertyInfo target ) : bool
GetConstantValue ( bool raw ) : object
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : Object
GetValue ( Object obj, Object index ) : Object
RuntimePropertyInfo ( int tkProperty, RuntimeType declaredType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, bool &isPrivate ) : System
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : void
SetValue ( 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[]

GetConstantValue() public méthode

public GetConstantValue ( ) : object
Résultat object

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

GetGetMethod() public méthode

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

GetIndexParameters() public méthode

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

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetOptionalCustomModifiers() public méthode

public GetOptionalCustomModifiers ( ) : System.Type[]
Résultat System.Type[]

GetRawConstantValue() public méthode

public GetRawConstantValue ( ) : object
Résultat object

GetRequiredCustomModifiers() public méthode

public GetRequiredCustomModifiers ( ) : System.Type[]
Résultat System.Type[]

GetSetMethod() public méthode

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

IsDefined() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String