<PackageReference Include="System.Runtime.InteropServices.PInvoke" Version="4.0.0-rc2-24027" />
System.Runtime.InteropServices.PInvokeMarshal
public static IntPtr OffsetOf<
T>(
string fieldName)
public static int SizeOf(
object structure)
public static void StructureToPtr(
object structure,
IntPtr ptr,
bool fDeleteOld)
public static void StructureToPtr<
T>(
T structure,
IntPtr ptr,
bool fDeleteOld)