C# Class Opc.Ua.Security.SecurityConfigurationManagerFactory

A class used to create instances of ISecurityConfigurationManager.
Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
CreateInstance ( string typeName ) : ISecurityConfigurationManager

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

Method Details

CreateInstance() public static méthode

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