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

상속: _EventBuilder
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
AddOtherMethod ( System mdBuilder ) : void
SetAddOnMethod ( System mdBuilder ) : void
SetCustomAttribute ( System customBuilder ) : void
SetCustomAttribute ( System con, byte binaryAttribute ) : void
SetRaiseMethod ( System mdBuilder ) : void
SetRemoveOnMethod ( System mdBuilder ) : void

비공개 메소드들

메소드 설명
EventBuilder ( )

메소드 상세

AddOtherMethod() 공개 메소드

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

SetAddOnMethod() 공개 메소드

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

SetCustomAttribute() 공개 메소드

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

SetCustomAttribute() 공개 메소드

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

SetRaiseMethod() 공개 메소드

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

SetRemoveOnMethod() 공개 메소드

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