Opc.Ua.Core
EncodeableFactory Constructor(Boolean)



Opc.Ua Namespace > EncodeableFactory Class > EncodeableFactory Constructor : EncodeableFactory Constructor(Boolean)
Creates a factory which is marked as shared and initialized with the types in the core library.
Syntax
'Declaration
 
Public Function New( _
   ByVal shared As Boolean _
)
'Usage
 
Dim shared As Boolean
 
Dim instance As New EncodeableFactory(shared)
public EncodeableFactory( 
   bool shared
)
public:
EncodeableFactory( 
   bool shared
)

Parameters

shared
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

EncodeableFactory Class
EncodeableFactory Members
Overload List