ISymbolFactory.CreateInstance Method

Creates the Symbol with the specified resolver

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

ISymbol CreateInstance(
    ISymbolInfo entry,
    ISymbol? parent
)

Parameters

entry

Type: TwinCAT.TypeSystem.ISymbolInfo
Symbol Entry.

parent

Type: TwinCAT.TypeSystem.ISymbol
The parent.

Return Value

Type: ISymbol
Symbol instance.

Reference

ISymbolFactory Interface

TwinCAT.TypeSystem Namespace