C# 클래스 System.RuntimeFieldHandle

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

공개 메소드들

메소드 설명
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
operator ( ) : bool

비공개 메소드들

메소드 설명
AcquiresContextFromThis ( ) : bool
Equals ( RuntimeFieldHandle handle ) : bool
Equals ( object obj ) : bool
GetApproxDeclaringType ( ) : RuntimeTypeHandle
GetAttributes ( ) : FieldAttributes
GetName ( ) : String
GetStaticFieldForGenericType ( RuntimeTypeHandle declaringType ) : RuntimeFieldHandle
GetToken ( ) : int
GetUtf8Name ( ) : Utf8String
GetValue ( Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, bool &domainInitialized ) : Object
GetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType ) : Object
IsNullHandle ( ) : bool
RuntimeFieldHandle ( SerializationInfo info, StreamingContext context ) : System
RuntimeFieldHandle ( void pFieldHandle ) : System
SetValue ( Object obj, Object value, RuntimeTypeHandle fieldType, FieldAttributes fieldAttr, RuntimeTypeHandle declaringType, bool &domainInitialized ) : void
SetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType ) : void
_GetUtf8Name ( ) : void*

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool