TagObj(RunObj, eObjType, Int32, TypeCode) Constructor

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

Parameters

parent
RunObj

Reference to parent

objType
eObjType

Object parentType

id
int

ID of the runtime object

valuetype
TypeCode

Type of the objType

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition