EasyUA Reference
AddEncodeableType(Type) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > EncodeableFactory Class > AddEncodeableType Method : AddEncodeableType(Type) Method

systemType
The underlying system type to add to the factory

Glossary Item Box

Adds an extension type to the factory.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As EncodeableFactory
Dim systemType As Type
 
instance.AddEncodeableType(systemType)
C# 
public void AddEncodeableType( 
   Type systemType
)

Parameters

systemType
The underlying system type to add to the factory

Remarks

Adds an extension type to the factory.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.