C# Class SharpOS.Korlib.Runtime.SigCustomModifier

Don't ask me what it's for, k? I don't know yet either!!
显示文件 Open project: sharpos/SharpOS Class Usage Examples

Public Properties

Property Type Description
MetadataToken uint
Type ElementType

Public Methods

Method Description
SigCustomModifier ( ElementType type, uint token ) : System.Runtime.InteropServices

Method Details

SigCustomModifier() public method

public SigCustomModifier ( ElementType type, uint token ) : System.Runtime.InteropServices
type ElementType
token uint
return System.Runtime.InteropServices

Property Details

MetadataToken public_oe property

Can be "TypeDefEncoded" or "TypeRefEncoded" (straight from the spec) dunno why they didn't just say TypeDefOrRefEncoded.
public uint MetadataToken
return uint

Type public_oe property

public ElementType Type
return ElementType