C# Class AsmResolver.Net.Signatures.TypeSpecificationSignature

Inheritance: TypeSignature
Exibir arquivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
GetElementType ( ) : ITypeDescriptor
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Protected Methods

Method Description
TypeSpecificationSignature ( ) : System
TypeSpecificationSignature ( TypeSignature baseType ) : System

Method Details

GetElementType() public method

public GetElementType ( ) : ITypeDescriptor
return ITypeDescriptor

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint

TypeSpecificationSignature() protected method

protected TypeSpecificationSignature ( ) : System
return System

TypeSpecificationSignature() protected method

protected TypeSpecificationSignature ( TypeSignature baseType ) : System
baseType TypeSignature
return System

Write() public method

public Write ( WritingContext context ) : void
context WritingContext
return void