C# 클래스 System.Runtime.Serialization.SerializationFieldInfo

상속: System.Reflection.FieldInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InternalGetValue Object
InternalSetValue void
SerializationFieldInfo System

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetValue ( Object obj ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void

비공개 메소드들

메소드 설명
InternalGetValue ( Object obj, bool requiresAccessCheck ) : Object
InternalSetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, bool requiresAccessCheck, bool isBinderDefault ) : void
SerializationFieldInfo ( RuntimeFieldInfo field, String namePrefix ) : System

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetValue() 공개 메소드

public GetValue ( Object obj ) : Object
obj Object
리턴 Object

IsDefined() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder System.Reflection.Binder
culture System.Globalization.CultureInfo
리턴 void