C# Class AsmResolver.Net.Signatures.TypeSpecificationSignature

Inheritance: TypeSignature
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
GetElementType ( ) : ITypeDescriptor
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Méthodes protégées

Méthode Description
TypeSpecificationSignature ( ) : System
TypeSpecificationSignature ( TypeSignature baseType ) : System

Method Details

GetElementType() public méthode

public GetElementType ( ) : ITypeDescriptor
Résultat ITypeDescriptor

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

TypeSpecificationSignature() protected méthode

protected TypeSpecificationSignature ( ) : System
Résultat System

TypeSpecificationSignature() protected méthode

protected TypeSpecificationSignature ( TypeSignature baseType ) : System
baseType TypeSignature
Résultat System

Write() public méthode

public Write ( WritingContext context ) : void
context WritingContext
Résultat void