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

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

공개 메소드들

메소드 설명
ClearCache ( ) : void
LoadCache ( ) : void
PropertyDefinition ( MetaDataRow row ) : System
PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
ToString ( ) : string

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

PropertyDefinition() 공개 메소드

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

PropertyDefinition() 공개 메소드

public PropertyDefinition ( string name, PropertyAttributes attributes, uint signature ) : System
name string
attributes PropertyAttributes
signature uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string