프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MainWindow | |||
MediaPlayer | |||
Settings | |||
Skin | UI.Skin | ||
Stats | |||
Steam | |||
ToolTip | UI.ToolTip |
메소드 | 설명 | |
---|---|---|
AdjustAlpha ( |
||
AdjustAlpha ( |
||
AdjustColor ( |
||
AdjustHue ( |
||
BingSearch ( string text ) : string | ||
BoolToString ( bool b, string falseString, string trueString ) : string | ||
CharToInt ( char c ) : int | ||
ColorToHSV ( Color color, double &hue, double &saturation, double &value ) : void | ||
ColorToHex ( Color c ) : string | ||
CommonDenominator ( int a, int b ) : int | ||
ConvertBytes ( long bytes ) : string | ||
ConvertIP ( uint ip ) : string | ||
ConvertMilliseconds ( int milliseconds, bool ms ) : string | ||
ConvertMinutes ( int minutes, bool ms ) : string | ||
ConvertSeconds ( int seconds, bool ms ) : string | ||
ConvertTicks ( long ticks, bool ms ) : string | ||
ConvertTime ( System.TimeSpan ts, bool ms ) : string | ||
ConvertUnixDate ( int date, string defaultValue ) : string | ||
CurrentLeaks ( int count ) : string | ||
DrawRoundedRectangle ( |
||
DrawString ( |
||
FillRoundedRectangle ( |
||
FormatBitrate ( System.Windows.Forms.UI item ) : string | ||
FormatNumber ( int i ) : string | ||
FormatString ( string s, string empty ) : string | ||
FormatTrack ( short s, string empty ) : string | ||
GenerateCommands ( string url ) : void | ||
GenerateConfigXml ( string url ) : bool | ||
GetAchieved ( SteamAPI steamID ) : string | ||
GetAverage ( int arr ) : int | ||
GetBattery ( ) : string | ||
GetCPU ( ) : string | ||
GetColor ( string s ) : Color | ||
GetCommunityID ( SteamAPI steamID ) : string | ||
GetContrastColor ( Color c ) : Color | ||
GetDrive ( string drive ) : string | ||
GetDrives ( ) : string | ||
GetFileDescription ( string filename ) : string | ||
GetFirstLine ( string lines ) : string | ||
GetFont ( string s ) : |
||
GetForecast ( string zip ) : string | ||
GetGPU ( ) : string | ||
GetGasPrices ( string zip ) : string | ||
GetHoroscope ( string sign ) : string | ||
GetHttpFileSize ( string url ) : long | ||
GetHttpTitle ( string url ) : string | ||
GetIniValue ( string url, string section, string key, string defaultValue ) : string | ||
GetIniValueFromString ( string ini, string attribute, string defaultValue ) : string | ||
GetNews ( ) : string | ||
GetNews ( string url ) : string | ||
GetNullableByte ( string s ) : byte? | ||
GetNullableShort ( string s ) : short? | ||
GetOnlineUsers ( ) : string | ||
GetPercent ( double complete, double total, double max ) : double | ||
GetPercent ( int complete, int total, int max ) : int | ||
GetPercent ( long complete, long total, int max ) : int | ||
GetPercent ( double complete, double total ) : string | ||
GetRAM ( ) : string | ||
GetResolution ( ) : string | ||
GetStats ( SteamAPI steamID ) : string | ||
GetUsage ( ) : string | ||
GetWeather ( string zip ) : string | ||
GetXmlValue ( |
||
GetYouTubeTitle ( string url ) : string | ||
GoogleSearch ( string text ) : string | ||
HSVToColor ( double hue, double saturation, double value ) : Color | ||
HiWord ( |
||
HiWord ( int i ) : int | ||
InUse ( string path ) : bool | ||
IsAlpha ( string s ) : bool | ||
IsColor ( string s ) : bool | ||
IsDirectory ( string path ) : bool | ||
IsFile ( string path ) : bool | ||
IsInt32 ( string s ) : bool | ||
IsRelativePath ( string path ) : bool | ||
IsUInt64 ( string s ) : bool | ||
IsValidDirectory ( string path ) : bool | ||
IsValidFile ( string path ) : bool | ||
LatestTweet ( string user ) : string | ||
LeftOf ( string s, string search ) : string | ||
LoWord ( |
||
LoWord ( int i ) : int | ||
LoadArray ( string filename ) : string[] | ||
LoadString ( string filename ) : string | ||
MeasureString ( |
||
MeasureString ( |
||
Netflix ( int count ) : string | ||
ParsePrice ( string zip, string price ) : string | ||
RandomNumber ( int max, bool allowZero ) : int | ||
RandomNumber ( int seed, int max, bool allowZero ) : int | ||
ReadRegKey ( |
||
Recycle ( string filename ) : bool | ||
ReplaceString ( string s, string find, string replace ) : string | ||
ResolveHost ( string host, int port ) : |
||
RightOf ( string s, string search ) : string | ||
SaveString ( string s, string filename ) : void | ||
SaveXml ( |
||
SetIniValue ( string url, string section, string key, string value ) : void | ||
ShortenURL ( string url ) : string | ||
StringToBool ( string s, string trueString ) : bool | ||
StringToInt ( string s ) : int | ||
StringToUInt64 ( string s ) : ulong | ||
TopArtists ( int count ) : string | ||
TranslateText ( string text, string from, string to, string language ) : string | ||
Wait ( int ms ) : void | ||
WordOfTheDay ( ) : string |
메소드 | 설명 | |
---|---|---|
AdjustWindowRectEx ( RECT &lpRect, uint dwStyle, bool bMenu, uint dwExStyle ) : bool | ||
CreateCompatibleDC ( |
||
DrawTextEx ( |
||
EnumDisplaySettings ( string lpszDeviceName, int iModeNum, DEVMODE &lpDevMode ) : bool | ||
GetForegroundWindow ( ) : |
||
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int | ||
GetWindowRect ( |
||
GlobalMemoryStatusEx ( [ lpBuffer ) : bool | ||
Main ( ) : void | ||
Next ( int prevSeed, bool update ) : float | ||
Prev ( ) : float | ||
Randomize ( ) : void | ||
Randomize ( double number ) : void | ||
Randomize ( int number ) : void | ||
Rnd ( ) : float | ||
Rnd ( float number ) : float | ||
SHFileOperation ( SHFILEOPSTRUCT &FileOp ) : int | ||
SendMessage ( |
||
SetForegroundWindow ( |
||
SetParent ( |
||
ShowWindow ( |
||
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long |
public static AdjustAlpha ( |
||
b | ||
리턴 |
public static AdjustAlpha ( |
||
b | ||
alpha | int | |
리턴 |
public static AdjustColor ( |
||
b | ||
c | Color | |
리턴 |
public static AdjustHue ( |
||
b | ||
c | Color | |
리턴 |
public static BoolToString ( bool b, string falseString, string trueString ) : string | ||
b | bool | |
falseString | string | |
trueString | string | |
리턴 | string |
public static ColorToHSV ( Color color, double &hue, double &saturation, double &value ) : void | ||
color | Color | |
hue | double | |
saturation | double | |
value | double | |
리턴 | void |
public static CommonDenominator ( int a, int b ) : int | ||
a | int | |
b | int | |
리턴 | int |
public static ConvertMilliseconds ( int milliseconds, bool ms ) : string | ||
milliseconds | int | |
ms | bool | |
리턴 | string |
public static ConvertMinutes ( int minutes, bool ms ) : string | ||
minutes | int | |
ms | bool | |
리턴 | string |
public static ConvertSeconds ( int seconds, bool ms ) : string | ||
seconds | int | |
ms | bool | |
리턴 | string |
public static ConvertTicks ( long ticks, bool ms ) : string | ||
ticks | long | |
ms | bool | |
리턴 | string |
public static ConvertTime ( System.TimeSpan ts, bool ms ) : string | ||
ts | System.TimeSpan | |
ms | bool | |
리턴 | string |
public static ConvertUnixDate ( int date, string defaultValue ) : string | ||
date | int | |
defaultValue | string | |
리턴 | string |
public static DrawRoundedRectangle ( |
||
g | ||
r | ||
p | ||
리턴 | void |
public static DrawString ( |
||
hDC | ||
text | string | |
r | ||
flags | TextFormatFlags | |
리턴 | void |
public static FillRoundedRectangle ( |
||
g | ||
r | ||
b | ||
리턴 | void |
public static FormatBitrate ( System.Windows.Forms.UI item ) : string | ||
item | System.Windows.Forms.UI | |
리턴 | string |
public static FormatString ( string s, string empty ) : string | ||
s | string | |
empty | string | |
리턴 | string |
public static FormatTrack ( short s, string empty ) : string | ||
s | short | |
empty | string | |
리턴 | string |
public static GenerateCommands ( string url ) : void | ||
url | string | |
리턴 | void |
public static GenerateConfigXml ( string url ) : bool | ||
url | string | |
리턴 | bool |
public static GetAchieved ( SteamAPI steamID ) : string | ||
steamID | SteamAPI | |
리턴 | string |
public static GetCommunityID ( SteamAPI steamID ) : string | ||
steamID | SteamAPI | |
리턴 | string |
public static GetFileDescription ( string filename ) : string | ||
filename | string | |
리턴 | string |
public static GetFirstLine ( string lines ) : string | ||
lines | string | |
리턴 | string |
public static GetIniValue ( string url, string section, string key, string defaultValue ) : string | ||
url | string | |
section | string | |
key | string | |
defaultValue | string | |
리턴 | string |
public static GetIniValueFromString ( string ini, string attribute, string defaultValue ) : string | ||
ini | string | |
attribute | string | |
defaultValue | string | |
리턴 | string |
public static GetNullableShort ( string s ) : short? | ||
s | string | |
리턴 | short? |
public static GetPercent ( double complete, double total, double max ) : double | ||
complete | double | |
total | double | |
max | double | |
리턴 | double |
public static GetPercent ( int complete, int total, int max ) : int | ||
complete | int | |
total | int | |
max | int | |
리턴 | int |
public static GetPercent ( long complete, long total, int max ) : int | ||
complete | long | |
total | long | |
max | int | |
리턴 | int |
public static GetPercent ( double complete, double total ) : string | ||
complete | double | |
total | double | |
리턴 | string |
public static GetStats ( SteamAPI steamID ) : string | ||
steamID | SteamAPI | |
리턴 | string |
public static GetXmlValue ( |
||
node | ||
attribute | string | |
defaultValue | string | |
리턴 | string |
public static GetYouTubeTitle ( string url ) : string | ||
url | string | |
리턴 | string |
public static HSVToColor ( double hue, double saturation, double value ) : Color | ||
hue | double | |
saturation | double | |
value | double | |
리턴 | Color |
public static IsValidDirectory ( string path ) : bool | ||
path | string | |
리턴 | bool |
public static LeftOf ( string s, string search ) : string | ||
s | string | |
search | string | |
리턴 | string |
public static LoadArray ( string filename ) : string[] | ||
filename | string | |
리턴 | string[] |
public static LoadString ( string filename ) : string | ||
filename | string | |
리턴 | string |
public static MeasureString ( |
||
g | ||
s | string | |
f | ||
rf | ||
리턴 |
public static MeasureString ( |
||
g | ||
s | string | |
f | ||
rf | ||
sf | ||
리턴 |
public static ParsePrice ( string zip, string price ) : string | ||
zip | string | |
price | string | |
리턴 | string |
public static RandomNumber ( int max, bool allowZero ) : int | ||
max | int | |
allowZero | bool | |
리턴 | int |
public static RandomNumber ( int seed, int max, bool allowZero ) : int | ||
seed | int | |
max | int | |
allowZero | bool | |
리턴 | int |
public static ReadRegKey ( |
||
root | ||
key | string | |
item | string | |
리턴 | string |
public static ReplaceString ( string s, string find, string replace ) : string | ||
s | string | |
find | string | |
replace | string | |
리턴 | string |
public static ResolveHost ( string host, int port ) : |
||
host | string | |
port | int | |
리턴 |
public static RightOf ( string s, string search ) : string | ||
s | string | |
search | string | |
리턴 | string |
public static SaveString ( string s, string filename ) : void | ||
s | string | |
filename | string | |
리턴 | void |
public static SaveXml ( |
||
xml | ||
url | string | |
encoding | ||
리턴 | bool |
public static SetIniValue ( string url, string section, string key, string value ) : void | ||
url | string | |
section | string | |
key | string | |
value | string | |
리턴 | void |
public static StringToBool ( string s, string trueString ) : bool | ||
s | string | |
trueString | string | |
리턴 | bool |
public static TranslateText ( string text, string from, string to, string language ) : string | ||
text | string | |
from | string | |
to | string | |
language | string | |
리턴 | string |