Opc.Ua.EncodeableFactory.EncodeableFactory C# (CSharp) Method

EncodeableFactory() public method

Creates a factory which is marked as shared and initialized with the types in the core library.
public EncodeableFactory ( bool shared ) : System
shared bool
return System
		public EncodeableFactory(bool shared)
        {
            m_encodeableTypes = new Dictionary<ExpandedNodeId, System.Type>();
            AddEncodeableTypes("Opc.Ua.Core");

            #if DEBUG
            m_instanceId = Interlocked.Increment(ref m_globalInstanceCount);
            m_shared = true;
            #endif
		}

Same methods

EncodeableFactory::EncodeableFactory ( ) : System
EncodeableFactory::EncodeableFactory ( EncodeableFactory factory ) : System