Свойство | Тип | Описание | |
---|---|---|---|
AutoStartup | bool | ||
BusyForms | ConcurrentQueue |
||
Config | |||
InternetInterface | System.Guid | ||
NetworkInterfaces | NetworkInterface>.ConcurrentDictionary | ||
TrayIcon | System.Windows.Forms.NotifyIcon | ||
TrayMenu | |||
VersionInfo |
Метод | Описание | |
---|---|---|
AlwaysOnTop ( object sender = null, |
||
CenterGadget ( object sender = null, |
||
CheckForUpdates ( object sender = null, |
||
Exit ( object sender = null, |
||
GetInternetInterface ( ) : void | ||
GetPublicIPs ( ) : void | ||
Load ( ) : void | ||
Save ( ) : void | ||
ShowGadget ( object sender = null, |
||
ShowTrayIcon ( ) : void | ||
ShowTrayTip ( string title, string message, ToolTipIcon icon ) : void | ||
WriteLog ( string message, bool isRoot = false ) : void |
public static AlwaysOnTop ( object sender = null, |
||
sender | object | |
e | ||
Результат | void |
public static CenterGadget ( object sender = null, |
||
sender | object | |
e | ||
Результат | void |
public static CheckForUpdates ( object sender = null, |
||
sender | object | |
e | ||
Результат | void |
public static Exit ( object sender = null, |
||
sender | object | |
e | ||
Результат | void |
public static GetInternetInterface ( ) : void | ||
Результат | void |
public static ShowGadget ( object sender = null, |
||
sender | object | |
e | ||
Результат | void |
public static ShowTrayTip ( string title, string message, ToolTipIcon icon ) : void | ||
title | string | |
message | string | |
icon | ToolTipIcon | |
Результат | void |
public static WriteLog ( string message, bool isRoot = false ) : void | ||
message | string | |
isRoot | bool | |
Результат | void |
public static ConcurrentQueue |
||
Результат | ConcurrentQueue |
public static Guid,System InternetInterface | ||
Результат | System.Guid |
public static ConcurrentDictionary |
||
Результат | NetworkInterface>.ConcurrentDictionary |
public static NotifyIcon,System.Windows.Forms TrayIcon | ||
Результат | System.Windows.Forms.NotifyIcon |
public static ContextMenu,System.Windows.Forms TrayMenu | ||
Результат |