Click or drag to resize

SafeNativeMemoryT  Conversion (SafeNativeMemoryT to T)

Performs an implicit conversion from SafeNativeMemory to IntPtr.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public static explicit operator T (
	SafeNativeMemory<T> wrapper
)

Parameters

wrapper
Type: TomsToolbox.DesktopSafeNativeMemoryT
The memory.

Return Value

Type: T
The result of the conversion.
See Also