OpcTypes Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides a set of static (Shared in Visual Basic) services to maintain different types used in the ecosystem of an OPC UA Server.

C#

public static class OpcTypes


Inheritance Object › OpcTypes

Name Description
DecodingFailed Occurs when the decoding has failed.
EncodingFailed Occurs when the encoding has failed.
Name Description
Register(Assembly) Registers the types in the assembly specified.
Register(IEnumerable) Registers the types specified.
Register(Type, Type) Registers the type and the further specified types.
Unregister(Assembly) Unregisters the types in the assembly specified.
Unregister(IEnumerable) Unregisters the types specified.
Unregister(Type, Type) Unregisters the type and the further specified types.