C# 클래스 Network_Manager.Global

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
AutoStartup bool
BusyForms ConcurrentQueue
Config Config
InternetInterface System.Guid
NetworkInterfaces NetworkInterface>.ConcurrentDictionary
TrayIcon System.Windows.Forms.NotifyIcon
TrayMenu System.Windows.Forms.ContextMenu
VersionInfo VersionInfo

공개 메소드들

메소드 설명
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

메소드 상세

AlwaysOnTop() 공개 정적인 메소드

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

CenterGadget() 공개 정적인 메소드

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

CheckForUpdates() 공개 정적인 메소드

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

Exit() 공개 정적인 메소드

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

GetInternetInterface() 공개 정적인 메소드

public static GetInternetInterface ( ) : void
리턴 void

GetPublicIPs() 공개 정적인 메소드

public static GetPublicIPs ( ) : void
리턴 void

Load() 공개 정적인 메소드

public static Load ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

ShowGadget() 공개 정적인 메소드

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

ShowTrayIcon() 공개 정적인 메소드

public static ShowTrayIcon ( ) : void
리턴 void

ShowTrayTip() 공개 정적인 메소드

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

WriteLog() 공개 정적인 메소드

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

프로퍼티 상세

AutoStartup 공개적으로 정적으로 프로퍼티

public static bool AutoStartup
리턴 bool

BusyForms 공개적으로 정적으로 프로퍼티

public static ConcurrentQueue BusyForms
리턴 ConcurrentQueue

Config 공개적으로 정적으로 프로퍼티

public static Config,Network_Manager Config
리턴 Config

InternetInterface 공개적으로 정적으로 프로퍼티

public static Guid,System InternetInterface
리턴 System.Guid

NetworkInterfaces 공개적으로 정적으로 프로퍼티

public static ConcurrentDictionary NetworkInterfaces
리턴 NetworkInterface>.ConcurrentDictionary

TrayIcon 공개적으로 정적으로 프로퍼티

public static NotifyIcon,System.Windows.Forms TrayIcon
리턴 System.Windows.Forms.NotifyIcon

TrayMenu 공개적으로 정적으로 프로퍼티

public static ContextMenu,System.Windows.Forms TrayMenu
리턴 System.Windows.Forms.ContextMenu

VersionInfo 공개적으로 정적으로 프로퍼티

public static VersionInfo,Network_Manager VersionInfo
리턴 VersionInfo