public static DebugServerClientHandle DangerousCreate(System.IntPtr unsafeHandle) { return(DebugServerClientHandle.DangerousCreate(unsafeHandle, true)); }
public object MarshalNativeToManaged(System.IntPtr nativeData) { return(DebugServerClientHandle.DangerousCreate(nativeData, false)); }