طريقة System::Runtime::InteropServices::Marshal::StringToHGlobalAuto
Marshal::StringToHGlobalAuto method
ينسخ محتويات سلسلة محددة إلى الذاكرة غير المُدارة، مع التحويل إلى تنسيق ANSI إذا لزم الأمر.
static IntPtr System::Runtime::InteropServices::Marshal::StringToHGlobalAuto(const String &s)
| معامل | نوع | الوصف |
|---|---|---|
| s | const String& | سلسلة ليتم نسخها. |
ReturnValue
العنوان، في الذاكرة غير المُدارة.
انظر أيضًا
- Class String
- Class Marshal
- Namespace System::Runtime::InteropServices
- Library Aspose.Font for C++