C# Class Network_Manager.Global

Datei anzeigen Open project: SortByte/Network-Manager

Public Properties

Property Type Description
AutoStartup bool
BusyForms ConcurrentQueue
Config Config
InternetInterface System.Guid
NetworkInterfaces NetworkInterface>.ConcurrentDictionary
TrayIcon System.Windows.Forms.NotifyIcon
TrayMenu System.Windows.Forms.ContextMenu
VersionInfo VersionInfo

Public Methods

Method Description
AlwaysOnTop ( object sender = null, EventArgs e = null ) : void
CenterGadget ( object sender = null, EventArgs e = null ) : void
CheckForUpdates ( object sender = null, EventArgs e = null ) : void
Exit ( object sender = null, EventArgs e = null ) : void
GetInternetInterface ( ) : void
GetPublicIPs ( ) : void
Load ( ) : void
Save ( ) : void
ShowGadget ( object sender = null, EventArgs e = null ) : void
ShowTrayIcon ( ) : void
ShowTrayTip ( string title, string message, ToolTipIcon icon ) : void
WriteLog ( string message, bool isRoot = false ) : void

Method Details

AlwaysOnTop() public static method

public static AlwaysOnTop ( object sender = null, EventArgs e = null ) : void
sender object
e System.EventArgs
return void

CenterGadget() public static method

public static CenterGadget ( object sender = null, EventArgs e = null ) : void
sender object
e System.EventArgs
return void

CheckForUpdates() public static method

public static CheckForUpdates ( object sender = null, EventArgs e = null ) : void
sender object
e System.EventArgs
return void

Exit() public static method

public static Exit ( object sender = null, EventArgs e = null ) : void
sender object
e System.EventArgs
return void

GetInternetInterface() public static method

public static GetInternetInterface ( ) : void
return void

GetPublicIPs() public static method

public static GetPublicIPs ( ) : void
return void

Load() public static method

public static Load ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

ShowGadget() public static method

public static ShowGadget ( object sender = null, EventArgs e = null ) : void
sender object
e System.EventArgs
return void

ShowTrayIcon() public static method

public static ShowTrayIcon ( ) : void
return void

ShowTrayTip() public static method

public static ShowTrayTip ( string title, string message, ToolTipIcon icon ) : void
title string
message string
icon ToolTipIcon
return void

WriteLog() public static method

public static WriteLog ( string message, bool isRoot = false ) : void
message string
isRoot bool
return void

Property Details

AutoStartup public_oe static_oe property

public static bool AutoStartup
return bool

BusyForms public_oe static_oe property

public static ConcurrentQueue BusyForms
return ConcurrentQueue

Config public_oe static_oe property

public static Config,Network_Manager Config
return Config

InternetInterface public_oe static_oe property

public static Guid,System InternetInterface
return System.Guid

NetworkInterfaces public_oe static_oe property

public static ConcurrentDictionary NetworkInterfaces
return NetworkInterface>.ConcurrentDictionary

TrayIcon public_oe static_oe property

public static NotifyIcon,System.Windows.Forms TrayIcon
return System.Windows.Forms.NotifyIcon

TrayMenu public_oe static_oe property

public static ContextMenu,System.Windows.Forms TrayMenu
return System.Windows.Forms.ContextMenu

VersionInfo public_oe static_oe property

public static VersionInfo,Network_Manager VersionInfo
return VersionInfo