Click or drag to resize

MainWindow Class

Interaction logic for MainWindow.xaml
MainWindow
Inheritance Hierarchy

Namespace:  VMInfoFace.Win
Assembly:  VMInfoFace.Win (in VMInfoFace.Win.exe) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public class MainWindow : Window, IComponentConnector

The MainWindow type exposes the following members.

Constructors
  NameDescription
Public methodMainWindow
Initializes a new instance of the MainWindow class. Constructor without parameter
Top
Properties
  NameDescription
Private propertyFrames
List of WPF frames with tabs index
Top
Methods
  NameDescription
Private methodGetExceptionMessage
Summary of exception include inner exception
Private methodGetLabel
Builds a label for details information
Private methodGetValue
Formatted the value for details information
Public methodInitializeComponent
InitializeComponent
Private methodInitializeFrame
Initialization of WPF frames
Private methodMenuItemExit_Click
Closing the application
Protected methodOnClosing
Save settings
(Overrides WindowOnClosing(CancelEventArgs).)
Private methodPageMachine_Selected
Compile of details data
Private methodRibbonButtonConnectTest_Click
Private methodRibbonButtonMachines_Click
Sets frames content data
Private methodRibbonButtonNetwork_Click
Show dialog PageNetwork
Private methodRibbonButtonPowerShellModules_Click
List of VMware PowerShell modules
Private methodSaveSetting
Save setting
Private methodSetForm
Set form object
Private methodSetStatusInformation
Status information
Private methodTabMain_SelectionChanged
Tab selection changed
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodRefresh
UI refresh method
(Defined by Helper.)
Top
Explicit Interface Implementations
Remarks
Tabs pages can based on page PageListDetails
See Also

Reference

PageListDetails