Свойство | Тип | Описание | |
---|---|---|---|
GetApplicationSettings | Opc.Ua.Security.SecuredApplication | ||
GetConfigFileFromAppConfig | string | ||
LoadSdkConfigFile | void |
Метод | Описание | |
---|---|---|
Load ( string filePath ) : |
Loads the specified file path.
|
|
ManagedApplication ( ) : System |
Initializes a new instance of the ManagedApplication class.
|
|
Reload ( ) : void |
Reloads the configuration from disk.
|
|
Save ( string filePath ) : void |
Saves the specified file path.
|
|
SetConfigurationFile ( string filePath ) : void |
Sets the configuration file.
|
|
SetExecutableFile ( string filePath ) : void |
Sets the executable file.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Метод | Описание | |
---|---|---|
GetApplicationSettings ( string filePath ) : Opc.Ua.Security.SecuredApplication |
Gets the application secuirty settings from a file.
|
|
GetConfigFileFromAppConfig ( |
Gets the config file location from app config.
|
|
LoadSdkConfigFile ( ) : void |
Tries to loads the SDK config file.
|
public static Load ( string filePath ) : |
||
filePath | string | The file path. |
Результат |
public Save ( string filePath ) : void | ||
filePath | string | The file path. Uses the original source file path if not provided. |
Результат | void |
public SetConfigurationFile ( string filePath ) : void | ||
filePath | string | The file path. |
Результат | void |
public SetExecutableFile ( string filePath ) : void | ||
filePath | string | The file path. |
Результат | void |