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

Prompts the user to specify a new access rule for a file.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ManagedApplicationDlg ( ) : System

Initializes the dialog.

ShowDialog ( ManagedApplication application ) : ManagedApplication

Displays the dialog.

비공개 메소드들

메소드 설명
CertificateBTN_Click ( object sender, EventArgs e ) : void
ConfigurationBTN_Click ( object sender, EventArgs e ) : void
ExecutableBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void
SetIsSdkApplication ( bool state ) : void

Sets the state based on whether the current application is compatible with the .NET SDK configuration file.

TrustListBTN_Click ( object sender, EventArgs e ) : void
Update ( ManagedApplication application ) : void

Updates the dialog with the configuration.

메소드 상세

ManagedApplicationDlg() 공개 메소드

Initializes the dialog.
public ManagedApplicationDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

Displays the dialog.
public ShowDialog ( ManagedApplication application ) : ManagedApplication
application ManagedApplication
리턴 ManagedApplication