System::Runtime::InteropServices::Marshal::PtrToStringAuto méthode

Marshal::PtrToStringAuto(IntPtr) method

Crée une String gérée à partir d’une chaîne non gérée terminée par zéro.

static String System::Runtime::InteropServices::Marshal::PtrToStringAuto(IntPtr ptr)
ParamètreTypeDescription
ptrIntPtrPointeur vers la chaîne non gérée.

ReturnValue

Une chaîne gérée.

Voir aussi

Marshal::PtrToStringAuto(IntPtr, int) method

Crée une String gérée à partir d’une chaîne non gérée.

static String System::Runtime::InteropServices::Marshal::PtrToStringAuto(IntPtr ptr, int length)
ParamètreTypeDescription
ptrIntPtrPointeur vers la chaîne non gérée.
longueurintLongueur de la chaîne non gérée.

ReturnValue

Une chaîne gérée.

Voir aussi