C# Class TUP.AsmResolver.NET.Specialized.TypeDefinition

Inheritance: TypeReference
显示文件 Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
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

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

IsBasedOn() public method

public IsBasedOn ( TypeReference typeRef ) : bool
typeRef TypeReference
return bool

IsBasedOn() public method

public IsBasedOn ( string fullname ) : bool
fullname string
return bool

LoadCache() public method

public LoadCache ( ) : void
return void

Resolve() public method

public Resolve ( ) : TypeDefinition
return TypeDefinition

ToString() public method

public ToString ( ) : string
return string

TypeDefinition() public method

public TypeDefinition ( MetaDataRow row ) : System
row MetaDataRow
return System

TypeDefinition() public method

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
return System