C# Class PEAPI.ManagedPointer

Descriptor for a managed pointer (type & or byref)
Inheritance: PtrType
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
ManagedPointer ( Type baseType ) : System

Create new managed pointer to baseType

Method Details

ManagedPointer() public méthode

Create new managed pointer to baseType
public ManagedPointer ( Type baseType ) : System
baseType Type
Résultat System