Home
last modified time | relevance | path

Searched refs:StringToByValAnsiString (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/Internal/Runtime/CompilerHelpers/
H A DInteropHelpers.cs29 …internal static unsafe void StringToByValAnsiString(string str, byte* pNative, int charCount, bool… in StringToByValAnsiString() method in Internal.Runtime.CompilerHelpers.InteropHelpers
32 …PInvokeMarshal.StringToByValAnsiString(str, pNative, charCount, bestFit, throwOnUnmappableChar, tr… in StringToByValAnsiString()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/InteropExtensions/
H A DPInvokeMarshal.cs148 …public static unsafe void StringToByValAnsiString(string str, byte* pNative, int charCount, bool b… in StringToByValAnsiString() method in System.Runtime.InteropServices.PInvokeMarshal
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgMarshal.cs351 …public static unsafe void StringToByValAnsiString(string str, byte* pNative, int charCount, bool b… in StringToByValAnsiString() method in System.Runtime.InteropServices.McgMarshal
353 … PInvokeMarshal.StringToByValAnsiString(str, pNative, charCount, bestFit, throwOnUnmappableChar); in StringToByValAnsiString()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/InteropServices/
H A DPInvokeMarshal.cs723 …public static unsafe void StringToByValAnsiString(string str, byte* pNative, int charCount, bool b… in StringToByValAnsiString() method in System.Runtime.InteropServices.PInvokeMarshal