C# Class Opc.Ua.Sample.Controls.AddressSpaceDlg

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
AddressSpaceDlg ( ) : System
Show ( Session session, BrowseViewType viewType, NodeId viewId ) : void

Displays the address space with the specified view

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddressSpaceDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Session_Closing ( object sender, EventArgs e ) : void

Method Details

AddressSpaceDlg() public méthode

public AddressSpaceDlg ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Show() public méthode

Displays the address space with the specified view
public Show ( Session session, BrowseViewType viewType, NodeId viewId ) : void
session Session
viewType BrowseViewType
viewId NodeId
Résultat void