FileObject Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

FileObject Constructor

BR.AN.PviServices .NET


Initializes a new instance and adds it to the cpu ObjectsOnTarget collection

[Visual Basic]

Public Overloads Sub New( _

  ByVal parentObj As Cpu, _

  ByVal name As String, _

  ByVal classOfObject As String, _

  ByVal group As String, _

  ByVal directory As String, _

  ByVal hashValue As String _

)

[C#]

FileObject(

  Cpu parentObj,

  string name,

  string classOfObject,

  string group,

  string directory,

  string hashValue

);

Parameters

parentObj

The parent object

name

The name of the object

classOfObject

The class for the object

group

The group for the object

directory

The directory for the object

hashValue

Indicates wheter the object has a value or not.

See Also

FileObject Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]