HardwareInfo.CopyTo Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > HardwareInfo Class > HardwareInfo Methods >

HardwareInfo.CopyTo Method

BR.AN.PviServices .NET


Not supported. Copies the entire System.Collections.ArrayList to a compatible one-dimensional System.Array, starting at the specified index of the target array.

[Visual Basic]

Public Overridable Sub CopyTo( _

  ByVal array As Array, _

  ByVal count As Integer _

)

[C#]

public virtual void CopyTo(

  Array array,

  int count

);

Parameters

array

The one-dimensional System.Array that is the destination of the elements copied from System.Collections.ArrayList. The System.Array must have zero-based indexing.

count

The zero-based index in array at which copying begins.

See Also

HardwareInfo Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]