/// <summary> /// Used in Marshalling code /// Gets the handle of the CriticalHandle /// </summary> public static IntPtr GetHandle(CriticalHandle criticalHandle) { return(InteropExtensions.GetCriticalHandle(criticalHandle)); }