IAboutView Interface |
Namespace: VirtualRadar.Interface.View
The IAboutView type exposes the following members.
Name | Description | |
---|---|---|
![]() | BuildDate |
Gets or sets the application's build date.
|
![]() | Caption |
Gets or sets the view's title.
|
![]() | ConfigurationFolder |
Gets or sets the full path to the configuration folder used by the application to store
configuration files and data.
|
![]() | Copyright |
Gets or sets a small summary of the application's copyright information.
|
![]() | Description |
Gets or sets a full description of the application, licenses etc.
|
![]() | Is64BitProcess |
Gets or sets a value indicating that VRS is running as a 64-bit process.
|
![]() | IsMono |
Gets or sets a value indicating that VRS is running under Mono.
|
![]() | ProductName |
Gets or sets the product's name.
|
![]() | Version |
Gets or sets the application's version information.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ShowConfigurationFolderContents |
Displays the contents of the configuration folder to the user.
|
![]() | ShowView |
Displays the view to the user.
(Inherited from IView.) |
Name | Description | |
---|---|---|
![]() | OpenConfigurationFolderClicked |
Raised when the user wants to see the content of the configuration folder.
|