Opc.Ua.Sample.CustomNodeManager2.LoadPredefinedNodes C# (CSharp) Метод

LoadPredefinedNodes() защищенный Метод

Loads a node set from a file or resource and addes them to the set of predefined nodes.
protected LoadPredefinedNodes ( ISystemContext context ) : NodeStateCollection
context ISystemContext
Результат NodeStateCollection
        protected virtual NodeStateCollection LoadPredefinedNodes(ISystemContext context)
        {
            return new NodeStateCollection();
        }

Same methods

CustomNodeManager2::LoadPredefinedNodes ( ISystemContext context, Assembly assembly, string resourcePath, IDictionary externalReferences ) : void
CustomNodeManager2::LoadPredefinedNodes ( ISystemContext context, IDictionary externalReferences ) : void