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

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

공개 메소드들

메소드 설명
ClearCache ( ) : void
IsBasedOn ( TypeReference typeRef ) : bool
IsBasedOn ( string fullname ) : bool
LoadCache ( ) : void
Resolve ( ) : TypeDefinition
ToString ( ) : string
TypeDefinition ( MetaDataRow row ) : System
TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType, uint fieldList, uint methodList ) : System

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

IsBasedOn() 공개 메소드

public IsBasedOn ( TypeReference typeRef ) : bool
typeRef TypeReference
리턴 bool

IsBasedOn() 공개 메소드

public IsBasedOn ( string fullname ) : bool
fullname string
리턴 bool

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

Resolve() 공개 메소드

public Resolve ( ) : TypeDefinition
리턴 TypeDefinition

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeDefinition() 공개 메소드

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

TypeDefinition() 공개 메소드

public TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType, uint fieldList, uint methodList ) : System
@namespace string
name string
attributes TypeAttributes
baseType TypeReference
fieldList uint
methodList uint
리턴 System