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

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

공개 메소드들

메소드 설명
AddOtherMethod ( System mdBuilder ) : void
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetValue ( object obj, object index ) : object
SetConstant ( object defaultValue ) : void
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetGetMethod ( System mdBuilder ) : void
SetSetMethod ( System mdBuilder ) : void
SetValue ( object obj, object value, object index ) : void

비공개 메소드들

메소드 설명
PropertyBuilder ( )

메소드 상세

AddOtherMethod() 공개 메소드

public AddOtherMethod ( System mdBuilder ) : void
mdBuilder System
리턴 void

GetIndexParameters() 공개 메소드

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

GetValue() 공개 메소드

public GetValue ( object obj, object index ) : object
obj object
index 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

SetGetMethod() 공개 메소드

public SetGetMethod ( System mdBuilder ) : void
mdBuilder System
리턴 void

SetSetMethod() 공개 메소드

public SetSetMethod ( System mdBuilder ) : void
mdBuilder System
리턴 void

SetValue() 공개 메소드

public SetValue ( object obj, object value, object index ) : void
obj object
value object
index object
리턴 void