C# 클래스 TUP.AsmResolver.NET.Specialized.EventDefinition

상속: MemberReference
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
ClearCache ( ) : void
EventDefinition ( MetaDataRow row ) : System
EventDefinition ( string name, EventAttributes attributes, TypeReference eventType ) : System
LoadCache ( ) : void
ToString ( ) : string

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

EventDefinition() 공개 메소드

public EventDefinition ( MetaDataRow row ) : System
row MetaDataRow
리턴 System

EventDefinition() 공개 메소드

public EventDefinition ( string name, EventAttributes attributes, TypeReference eventType ) : System
name string
attributes EventAttributes
eventType TypeReference
리턴 System

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string