CogMarshal SafeArrayToManagedArray Method (IntPtr, Boolean, Int32)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 Array SafeArrayToManagedArray(
	IntPtr pSafeArray,
	bool freeArray,
	int vt
)

Parameters

pSafeArray
Type: System IntPtr
freeArray
Type: System Boolean
vt
Type: System Int32

Return Value

Type: Array
See Also