Table of Contents

Method ToInteropArray

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

ToInteropArray(SA)

Converts the array to an array that can be marshaled for COM interop

public static object[] ToInteropArray(SA sa)

Parameters

sa SA

Returns

object[]

ToInteropArray(string[])

Converts the specified array to an array that can be marshaled for COM Interop.

public static object[] ToInteropArray(string[] sa)

Parameters

sa string[]

The SA instance to convert.

Returns

object[]

The array that can be marshaled for COM Interop.