TagObj(RunObj, eObjType, Int32(), TypeCode) Constructor

Construct the instance
Public Sub New( _ 
ByVal parent As RunObj, _ 
ByVal objType As eObjType, _ 
ByVal arrayIndexes As Integer(), _ 
ByVal valuetype As TypeCode
)
This language is not supported or no code example is available.
public TagObj( 
RunObj parent
eObjType objType
int[] arrayIndexes
TypeCode valuetype 
)
This language is not supported or no code example is available.

Parameters

parent
RunObj

Reference to parent

objType
eObjType

Object parentType

arrayIndexes
int[]

Array indexes

valuetype
TypeCode

Type of the objType

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition