C# Class Opc.Ua.Security.SecurityConfigurationManagerFactory

A class used to create instances of ISecurityConfigurationManager.
ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
CreateInstance ( string typeName ) : ISecurityConfigurationManager

Returns an instance of the type identified by the assembly qualified name.

Method Details

CreateInstance() public static method

Returns an instance of the type identified by the assembly qualified name.
public static CreateInstance ( string typeName ) : ISecurityConfigurationManager
typeName string Name of the type.
return ISecurityConfigurationManager