Opc.Ua.Core
IEncodeableFactory Interface
Members 



Opc.Ua Namespace : IEncodeableFactory Interface
Creates encodeable objects based on the type id.
Syntax
'Declaration
 
Public Interface IEncodeableFactory 
'Usage
 
Dim instance As IEncodeableFactory
public interface IEncodeableFactory 
public interface class IEncodeableFactory 
Remarks

This factory is used to store and retrieve underlying OPC UA system types.

You can manually add types. You can also import all types from a specified assembly. Once the types exist within the factory, these types can be then easily queried.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEncodeableFactory Members
Opc.Ua Namespace