C# Class AsmResolver.Net.Signatures.BoxedTypeSignature

Inheritance: TypeSpecificationSignature
Mostrar archivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
BoxedTypeSignature ( TypeSignature baseType ) : System
FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : BoxedTypeSignature

Method Details

BoxedTypeSignature() public method

public BoxedTypeSignature ( TypeSignature baseType ) : System
baseType TypeSignature
return System

FromReader() public static method

public static FromReader ( MetadataHeader header, IBinaryStreamReader reader ) : BoxedTypeSignature
header MetadataHeader
reader IBinaryStreamReader
return BoxedTypeSignature