C# Class SharpOS.Korlib.Runtime.SigCustomModifier

Don't ask me what it's for, k? I don't know yet either!!
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Свойство Type Description
MetadataToken uint
Type ElementType

Méthodes publiques

Méthode Description
SigCustomModifier ( ElementType type, uint token ) : System.Runtime.InteropServices

Method Details

SigCustomModifier() public méthode

public SigCustomModifier ( ElementType type, uint token ) : System.Runtime.InteropServices
type ElementType
token uint
Résultat 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
Résultat uint

Type public_oe property

public ElementType Type
Résultat ElementType