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

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
AddressSpaceDlg ( ) : System
Show ( Session session, BrowseViewType viewType, NodeId viewId ) : void

Displays the address space with the specified view

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AddressSpaceDlg ( ) : System
return System

Dispose() protected method

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

Show() public method

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