C# 클래스 Opc.Ua.Configuration.ManagedApplication

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetApplicationSettings Opc.Ua.Security.SecuredApplication
GetConfigFileFromAppConfig string
LoadSdkConfigFile void

공개 메소드들

메소드 설명
Load ( string filePath ) : ManagedApplication

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 ( FileInfo appConfigFile ) : string

Gets the config file location from app config.

LoadSdkConfigFile ( ) : void

Tries to loads the SDK config file.

메소드 상세

Load() 공개 정적인 메소드

Loads the specified file path.
public static Load ( string filePath ) : ManagedApplication
filePath string The file path.
리턴 ManagedApplication

ManagedApplication() 공개 메소드

Initializes a new instance of the ManagedApplication class.
public ManagedApplication ( ) : System
리턴 System

Reload() 공개 메소드

Reloads the configuration from disk.
public Reload ( ) : void
리턴 void

Save() 공개 메소드

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path. Uses the original source file path if not provided.
리턴 void

SetConfigurationFile() 공개 메소드

Sets the configuration file.
public SetConfigurationFile ( string filePath ) : void
filePath string The file path.
리턴 void

SetExecutableFile() 공개 메소드

Sets the executable file.
public SetExecutableFile ( string filePath ) : void
filePath string The file path.
리턴 void

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string