Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
public static void SafeArrayToManagedArray(
IntPtr pSafeArray,
bool freeArray,
out sbyte[] result
)
public static void SafeArrayToManagedArray(
IntPtr pSafeArray,
bool freeArray,
out sbyte[] result
)
Public Shared Sub SafeArrayToManagedArray (
pSafeArray As IntPtr,
freeArray As Boolean,
<OutAttribute> ByRef result As SByte()
)
Public Shared Sub SafeArrayToManagedArray (
pSafeArray As IntPtr,
freeArray As Boolean,
<OutAttribute> ByRef result As SByte()
)
public:
static void SafeArrayToManagedArray(
IntPtr pSafeArray,
bool freeArray,
[OutAttribute] array<signed char>^% result
)
public:
static void SafeArrayToManagedArray(
IntPtr pSafeArray,
bool freeArray,
[OutAttribute] array<signed char>^% result
)
Parameters
- pSafeArray
- Type: System IntPtr
- freeArray
- Type: System Boolean
- result
- Type: System SByte