C# 클래스 System.Reflection.Emit.FieldBuilder

상속: System.Reflection.FieldInfo, _FieldBuilder
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( object obj ) : object
SetConstant ( object defaultValue ) : void
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetOffset ( int iOffset ) : void

비공개 메소드들

메소드 설명
FieldBuilder ( )

메소드 상세

GetValue() 공개 메소드

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

SetConstant() 공개 메소드

public SetConstant ( object defaultValue ) : void
defaultValue object
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System customBuilder ) : void
customBuilder System
리턴 void

SetCustomAttribute() 공개 메소드

public SetCustomAttribute ( System con, byte binaryAttribute ) : void
con System
binaryAttribute byte
리턴 void

SetOffset() 공개 메소드

public SetOffset ( int iOffset ) : void
iOffset int
리턴 void