CogMarshal SafeArrayToManagedArray Method (IntPtr, Boolean,  Int32  )Cognex VisionPro 9.21 SR1

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

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

Parameters

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