C# Class System.Reflection.RuntimePropertyInfo

Inheritance: PropertyInfo, ISerializable
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
CacheEquals bool
EqualsSig bool
GetConstantValue object
GetValue Object
GetValue Object
RuntimePropertyInfo System
SetValue void
SetValue void

Public Methods

Method 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

Method 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 method

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

GetConstantValue() public method

public GetConstantValue ( ) : object
return object

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 MethodInfo

GetIndexParameters() public method

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

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

GetOptionalCustomModifiers() public method

public GetOptionalCustomModifiers ( ) : System.Type[]
return System.Type[]

GetRawConstantValue() public method

public GetRawConstantValue ( ) : object
return object

GetRequiredCustomModifiers() public method

public GetRequiredCustomModifiers ( ) : System.Type[]
return System.Type[]

GetSetMethod() public method

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

IsDefined() public method

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

ToString() public method

public ToString ( ) : String
return String