CogMarshal SafeArrayToManagedArray Method (IntPtr, Boolean,  SByte  )Cognex VisionPro 9.25 SR1

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

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

Parameters

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