Click or drag to resize
IAboutView Interface
The interface for views that display information about the application and contain small support helpers for the app.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAboutView : IView, 
	IDisposable

The IAboutView type exposes the following members.

Properties
  NameDescription
Public propertyBuildDate
Gets or sets the application's build date.
Public propertyCaption
Gets or sets the view's title.
Public propertyConfigurationFolder
Gets or sets the full path to the configuration folder used by the application to store configuration files and data.
Public propertyCopyright
Gets or sets a small summary of the application's copyright information.
Public propertyDescription
Gets or sets a full description of the application, licenses etc.
Public propertyIs64BitProcess
Gets or sets a value indicating that VRS is running as a 64-bit process.
Public propertyIsMono
Gets or sets a value indicating that VRS is running under Mono.
Public propertyProductName
Gets or sets the product's name.
Public propertyVersion
Gets or sets the application's version information.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowConfigurationFolderContents
Displays the contents of the configuration folder to the user.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventOpenConfigurationFolderClicked
Raised when the user wants to see the content of the configuration folder.
Top
See Also