CogMarshal SafeArrayToManagedArray Method (IntPtr, Boolean,  UInt16  )Cognex VisionPro 9.20

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public static void SafeArrayToManagedArray(
	IntPtr pSafeArray,
	bool freeArray,
	out ushort[] result
)

Parameters

pSafeArray
Type: System IntPtr
freeArray
Type: System Boolean
result
Type:  System UInt16  
See Also