C# 클래스 System.Reflection.RuntimePropertyInfo

상속: PropertyInfo, ISerializable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CacheEquals bool
EqualsSig bool
GetConstantValue object
GetValue Object
GetValue Object
RuntimePropertyInfo System
SetValue void
SetValue void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetAccessors() 공개 메소드

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

GetConstantValue() 공개 메소드

public GetConstantValue ( ) : object
리턴 object

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

GetGetMethod() 공개 메소드

public GetGetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 MethodInfo

GetIndexParameters() 공개 메소드

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

GetObjectData() 공개 메소드

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

GetOptionalCustomModifiers() 공개 메소드

public GetOptionalCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

GetRawConstantValue() 공개 메소드

public GetRawConstantValue ( ) : object
리턴 object

GetRequiredCustomModifiers() 공개 메소드

public GetRequiredCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

GetSetMethod() 공개 메소드

public GetSetMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
리턴 MethodInfo

IsDefined() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String