ComponentInfo Constructor |
Initializes a new instance of the object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public ComponentInfo(
string id,
string name,
string path,
string assembly,
string component,
string type,
ComponentAttrs attributes
)
Public Sub New (
id As String,
name As String,
path As String,
assembly As String,
component As String,
type As String,
attributes As ComponentAttrs
)
Parameters
- id
- Type: SystemString
Holds the xmt_components.comp_id value. - name
- Type: SystemString
Holds the xmt_components.comp_nm value. - path
- Type: SystemString
Holds the xmt_components.assembly_path value. - assembly
- Type: SystemString
Holds the xmt_components.assembly value. - component
- Type: SystemString
Holds the xmt_components.component value. - type
- Type: SystemString
Holds the xmt_components.comp_type value. - attributes
- Type: NetQuarryComponentAttrs
Holds the xmt_components.attr_bits value.
See Also