C# Class SharpOS.Korlib.Runtime.SigType

This represents a "Type" value from a signature
Exibir arquivo Open project: sharpos/SharpOS

Public Properties

Property Type Description
Type ElementType

Public Methods

Method Description
Free ( ) : void
SigType ( ElementType type ) : System.Runtime.InteropServices

Method Details

Free() public method

public Free ( ) : void
return void

SigType() public method

public SigType ( ElementType type ) : System.Runtime.InteropServices
type ElementType
return System.Runtime.InteropServices

Property Details

Type public_oe property

public ElementType Type
return ElementType