C# 클래스 Steamp3.Global

파일 보기 프로젝트 열기: ta0soft/STEAMp3

공개 프로퍼티들

프로퍼티 타입 설명
MainWindow MainWindow
MediaPlayer MediaPlayer
Settings Settings
Skin UI.Skin
Stats Stats
Steam Steam
ToolTip UI.ToolTip

공개 메소드들

메소드 설명
AdjustAlpha ( Bitmap b ) : Bitmap
AdjustAlpha ( Bitmap b, int alpha ) : Bitmap
AdjustColor ( Bitmap b, Color c ) : Bitmap
AdjustHue ( Bitmap b, Color c ) : Bitmap
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 ( Graphics g, Rectangle r, Pen p ) : void
DrawString ( IntPtr hDC, string text, Rectangle r, TextFormatFlags flags ) : void
FillRoundedRectangle ( Graphics g, Rectangle r, Brush b ) : void
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 ) : Font
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 ( XmlNode node, string attribute, string defaultValue ) : string
GetYouTubeTitle ( string url ) : string
GoogleSearch ( string text ) : string
HSVToColor ( double hue, double saturation, double value ) : Color
HiWord ( IntPtr dWord ) : int
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 ( IntPtr dWord ) : int
LoWord ( int i ) : int
LoadArray ( string filename ) : string[]
LoadString ( string filename ) : string
MeasureString ( Graphics g, string s, Font f, RectangleF rf ) : Rectangle
MeasureString ( Graphics g, string s, Font f, RectangleF rf, StringFormat sf ) : Rectangle
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 ( RegistryKey root, string key, string item ) : string
Recycle ( string filename ) : bool
ReplaceString ( string s, string find, string replace ) : string
ResolveHost ( string host, int port ) : IPEndPoint
RightOf ( string s, string search ) : string
SaveString ( string s, string filename ) : void
SaveXml ( XmlDocument xml, string url, Encoding encoding ) : bool
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 ( IntPtr hdc ) : IntPtr
DrawTextEx ( IntPtr hDC, string lpszString, int nCount, RECT &lpRect, int nFormat, [ lpDTParams ) : int
EnumDisplaySettings ( string lpszDeviceName, int iModeNum, DEVMODE &lpDevMode ) : bool
GetForegroundWindow ( ) : IntPtr
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int
GetWindowRect ( IntPtr hWnd, RECT &lpRect ) : bool
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 ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
SetParent ( IntPtr hWndChild, IntPtr hWndNewParent ) : IntPtr
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

메소드 상세

AdjustAlpha() 공개 정적인 메소드

public static AdjustAlpha ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

AdjustAlpha() 공개 정적인 메소드

public static AdjustAlpha ( Bitmap b, int alpha ) : Bitmap
b System.Drawing.Bitmap
alpha int
리턴 System.Drawing.Bitmap

AdjustColor() 공개 정적인 메소드

public static AdjustColor ( Bitmap b, Color c ) : Bitmap
b System.Drawing.Bitmap
c Color
리턴 System.Drawing.Bitmap

AdjustHue() 공개 정적인 메소드

public static AdjustHue ( Bitmap b, Color c ) : Bitmap
b System.Drawing.Bitmap
c Color
리턴 System.Drawing.Bitmap

BingSearch() 공개 정적인 메소드

public static BingSearch ( string text ) : string
text string
리턴 string

BoolToString() 공개 정적인 메소드

public static BoolToString ( bool b, string falseString, string trueString ) : string
b bool
falseString string
trueString string
리턴 string

CharToInt() 공개 정적인 메소드

public static CharToInt ( char c ) : int
c char
리턴 int

ColorToHSV() 공개 정적인 메소드

public static ColorToHSV ( Color color, double &hue, double &saturation, double &value ) : void
color Color
hue double
saturation double
value double
리턴 void

ColorToHex() 공개 정적인 메소드

public static ColorToHex ( Color c ) : string
c Color
리턴 string

CommonDenominator() 공개 정적인 메소드

public static CommonDenominator ( int a, int b ) : int
a int
b int
리턴 int

ConvertBytes() 공개 정적인 메소드

public static ConvertBytes ( long bytes ) : string
bytes long
리턴 string

ConvertIP() 공개 정적인 메소드

public static ConvertIP ( uint ip ) : string
ip uint
리턴 string

ConvertMilliseconds() 공개 정적인 메소드

public static ConvertMilliseconds ( int milliseconds, bool ms ) : string
milliseconds int
ms bool
리턴 string

ConvertMinutes() 공개 정적인 메소드

public static ConvertMinutes ( int minutes, bool ms ) : string
minutes int
ms bool
리턴 string

ConvertSeconds() 공개 정적인 메소드

public static ConvertSeconds ( int seconds, bool ms ) : string
seconds int
ms bool
리턴 string

ConvertTicks() 공개 정적인 메소드

public static ConvertTicks ( long ticks, bool ms ) : string
ticks long
ms bool
리턴 string

ConvertTime() 공개 정적인 메소드

public static ConvertTime ( System.TimeSpan ts, bool ms ) : string
ts System.TimeSpan
ms bool
리턴 string

ConvertUnixDate() 공개 정적인 메소드

public static ConvertUnixDate ( int date, string defaultValue ) : string
date int
defaultValue string
리턴 string

CurrentLeaks() 공개 정적인 메소드

public static CurrentLeaks ( int count ) : string
count int
리턴 string

DrawRoundedRectangle() 공개 정적인 메소드

public static DrawRoundedRectangle ( Graphics g, Rectangle r, Pen p ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
p System.Drawing.Pen
리턴 void

DrawString() 공개 정적인 메소드

public static DrawString ( IntPtr hDC, string text, Rectangle r, TextFormatFlags flags ) : void
hDC System.IntPtr
text string
r System.Drawing.Rectangle
flags TextFormatFlags
리턴 void

FillRoundedRectangle() 공개 정적인 메소드

public static FillRoundedRectangle ( Graphics g, Rectangle r, Brush b ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
b System.Drawing.Brush
리턴 void

FormatBitrate() 공개 정적인 메소드

public static FormatBitrate ( System.Windows.Forms.UI item ) : string
item System.Windows.Forms.UI
리턴 string

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( int i ) : string
i int
리턴 string

FormatString() 공개 정적인 메소드

public static FormatString ( string s, string empty ) : string
s string
empty string
리턴 string

FormatTrack() 공개 정적인 메소드

public static FormatTrack ( short s, string empty ) : string
s short
empty string
리턴 string

GenerateCommands() 공개 정적인 메소드

public static GenerateCommands ( string url ) : void
url string
리턴 void

GenerateConfigXml() 공개 정적인 메소드

public static GenerateConfigXml ( string url ) : bool
url string
리턴 bool

GetAchieved() 공개 정적인 메소드

public static GetAchieved ( SteamAPI steamID ) : string
steamID SteamAPI
리턴 string

GetAverage() 공개 정적인 메소드

public static GetAverage ( int arr ) : int
arr int
리턴 int

GetBattery() 공개 정적인 메소드

public static GetBattery ( ) : string
리턴 string

GetCPU() 공개 정적인 메소드

public static GetCPU ( ) : string
리턴 string

GetColor() 공개 정적인 메소드

public static GetColor ( string s ) : Color
s string
리턴 Color

GetCommunityID() 공개 정적인 메소드

public static GetCommunityID ( SteamAPI steamID ) : string
steamID SteamAPI
리턴 string

GetContrastColor() 공개 정적인 메소드

public static GetContrastColor ( Color c ) : Color
c Color
리턴 Color

GetDrive() 공개 정적인 메소드

public static GetDrive ( string drive ) : string
drive string
리턴 string

GetDrives() 공개 정적인 메소드

public static GetDrives ( ) : string
리턴 string

GetFileDescription() 공개 정적인 메소드

public static GetFileDescription ( string filename ) : string
filename string
리턴 string

GetFirstLine() 공개 정적인 메소드

public static GetFirstLine ( string lines ) : string
lines string
리턴 string

GetFont() 공개 정적인 메소드

public static GetFont ( string s ) : Font
s string
리턴 System.Drawing.Font

GetForecast() 공개 정적인 메소드

public static GetForecast ( string zip ) : string
zip string
리턴 string

GetGPU() 공개 정적인 메소드

public static GetGPU ( ) : string
리턴 string

GetGasPrices() 공개 정적인 메소드

public static GetGasPrices ( string zip ) : string
zip string
리턴 string

GetHoroscope() 공개 정적인 메소드

public static GetHoroscope ( string sign ) : string
sign string
리턴 string

GetHttpFileSize() 공개 정적인 메소드

public static GetHttpFileSize ( string url ) : long
url string
리턴 long

GetHttpTitle() 공개 정적인 메소드

public static GetHttpTitle ( string url ) : string
url string
리턴 string

GetIniValue() 공개 정적인 메소드

public static GetIniValue ( string url, string section, string key, string defaultValue ) : string
url string
section string
key string
defaultValue string
리턴 string

GetIniValueFromString() 공개 정적인 메소드

public static GetIniValueFromString ( string ini, string attribute, string defaultValue ) : string
ini string
attribute string
defaultValue string
리턴 string

GetNews() 공개 정적인 메소드

public static GetNews ( ) : string
리턴 string

GetNews() 공개 정적인 메소드

public static GetNews ( string url ) : string
url string
리턴 string

GetNullableByte() 공개 정적인 메소드

public static GetNullableByte ( string s ) : byte?
s string
리턴 byte?

GetNullableShort() 공개 정적인 메소드

public static GetNullableShort ( string s ) : short?
s string
리턴 short?

GetOnlineUsers() 공개 정적인 메소드

public static GetOnlineUsers ( ) : string
리턴 string

GetPercent() 공개 정적인 메소드

public static GetPercent ( double complete, double total, double max ) : double
complete double
total double
max double
리턴 double

GetPercent() 공개 정적인 메소드

public static GetPercent ( int complete, int total, int max ) : int
complete int
total int
max int
리턴 int

GetPercent() 공개 정적인 메소드

public static GetPercent ( long complete, long total, int max ) : int
complete long
total long
max int
리턴 int

GetPercent() 공개 정적인 메소드

public static GetPercent ( double complete, double total ) : string
complete double
total double
리턴 string

GetRAM() 공개 정적인 메소드

public static GetRAM ( ) : string
리턴 string

GetResolution() 공개 정적인 메소드

public static GetResolution ( ) : string
리턴 string

GetStats() 공개 정적인 메소드

public static GetStats ( SteamAPI steamID ) : string
steamID SteamAPI
리턴 string

GetUsage() 공개 정적인 메소드

public static GetUsage ( ) : string
리턴 string

GetWeather() 공개 정적인 메소드

public static GetWeather ( string zip ) : string
zip string
리턴 string

GetXmlValue() 공개 정적인 메소드

public static GetXmlValue ( XmlNode node, string attribute, string defaultValue ) : string
node System.Xml.XmlNode
attribute string
defaultValue string
리턴 string

GetYouTubeTitle() 공개 정적인 메소드

public static GetYouTubeTitle ( string url ) : string
url string
리턴 string

GoogleSearch() 공개 정적인 메소드

public static GoogleSearch ( string text ) : string
text string
리턴 string

HSVToColor() 공개 정적인 메소드

public static HSVToColor ( double hue, double saturation, double value ) : Color
hue double
saturation double
value double
리턴 Color

HiWord() 공개 정적인 메소드

public static HiWord ( IntPtr dWord ) : int
dWord System.IntPtr
리턴 int

HiWord() 공개 정적인 메소드

public static HiWord ( int i ) : int
i int
리턴 int

InUse() 공개 정적인 메소드

public static InUse ( string path ) : bool
path string
리턴 bool

IsAlpha() 공개 정적인 메소드

public static IsAlpha ( string s ) : bool
s string
리턴 bool

IsColor() 공개 정적인 메소드

public static IsColor ( string s ) : bool
s string
리턴 bool

IsDirectory() 공개 정적인 메소드

public static IsDirectory ( string path ) : bool
path string
리턴 bool

IsFile() 공개 정적인 메소드

public static IsFile ( string path ) : bool
path string
리턴 bool

IsInt32() 공개 정적인 메소드

public static IsInt32 ( string s ) : bool
s string
리턴 bool

IsRelativePath() 공개 정적인 메소드

public static IsRelativePath ( string path ) : bool
path string
리턴 bool

IsUInt64() 공개 정적인 메소드

public static IsUInt64 ( string s ) : bool
s string
리턴 bool

IsValidDirectory() 공개 정적인 메소드

public static IsValidDirectory ( string path ) : bool
path string
리턴 bool

IsValidFile() 공개 정적인 메소드

public static IsValidFile ( string path ) : bool
path string
리턴 bool

LatestTweet() 공개 정적인 메소드

public static LatestTweet ( string user ) : string
user string
리턴 string

LeftOf() 공개 정적인 메소드

public static LeftOf ( string s, string search ) : string
s string
search string
리턴 string

LoWord() 공개 정적인 메소드

public static LoWord ( IntPtr dWord ) : int
dWord System.IntPtr
리턴 int

LoWord() 공개 정적인 메소드

public static LoWord ( int i ) : int
i int
리턴 int

LoadArray() 공개 정적인 메소드

public static LoadArray ( string filename ) : string[]
filename string
리턴 string[]

LoadString() 공개 정적인 메소드

public static LoadString ( string filename ) : string
filename string
리턴 string

MeasureString() 공개 정적인 메소드

public static MeasureString ( Graphics g, string s, Font f, RectangleF rf ) : Rectangle
g System.Drawing.Graphics
s string
f System.Drawing.Font
rf System.Drawing.RectangleF
리턴 System.Drawing.Rectangle

MeasureString() 공개 정적인 메소드

public static MeasureString ( Graphics g, string s, Font f, RectangleF rf, StringFormat sf ) : Rectangle
g System.Drawing.Graphics
s string
f System.Drawing.Font
rf System.Drawing.RectangleF
sf System.Drawing.StringFormat
리턴 System.Drawing.Rectangle

Netflix() 공개 정적인 메소드

public static Netflix ( int count ) : string
count int
리턴 string

ParsePrice() 공개 정적인 메소드

public static ParsePrice ( string zip, string price ) : string
zip string
price string
리턴 string

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int max, bool allowZero ) : int
max int
allowZero bool
리턴 int

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int seed, int max, bool allowZero ) : int
seed int
max int
allowZero bool
리턴 int

ReadRegKey() 공개 정적인 메소드

public static ReadRegKey ( RegistryKey root, string key, string item ) : string
root Microsoft.Win32.RegistryKey
key string
item string
리턴 string

Recycle() 공개 정적인 메소드

public static Recycle ( string filename ) : bool
filename string
리턴 bool

ReplaceString() 공개 정적인 메소드

public static ReplaceString ( string s, string find, string replace ) : string
s string
find string
replace string
리턴 string

ResolveHost() 공개 정적인 메소드

public static ResolveHost ( string host, int port ) : IPEndPoint
host string
port int
리턴 System.Net.IPEndPoint

RightOf() 공개 정적인 메소드

public static RightOf ( string s, string search ) : string
s string
search string
리턴 string

SaveString() 공개 정적인 메소드

public static SaveString ( string s, string filename ) : void
s string
filename string
리턴 void

SaveXml() 공개 정적인 메소드

public static SaveXml ( XmlDocument xml, string url, Encoding encoding ) : bool
xml System.Xml.XmlDocument
url string
encoding System.Text.Encoding
리턴 bool

SetIniValue() 공개 정적인 메소드

public static SetIniValue ( string url, string section, string key, string value ) : void
url string
section string
key string
value string
리턴 void

ShortenURL() 공개 정적인 메소드

public static ShortenURL ( string url ) : string
url string
리턴 string

StringToBool() 공개 정적인 메소드

public static StringToBool ( string s, string trueString ) : bool
s string
trueString string
리턴 bool

StringToInt() 공개 정적인 메소드

public static StringToInt ( string s ) : int
s string
리턴 int

StringToUInt64() 공개 정적인 메소드

public static StringToUInt64 ( string s ) : ulong
s string
리턴 ulong

TopArtists() 공개 정적인 메소드

public static TopArtists ( int count ) : string
count int
리턴 string

TranslateText() 공개 정적인 메소드

public static TranslateText ( string text, string from, string to, string language ) : string
text string
from string
to string
language string
리턴 string

Wait() 공개 정적인 메소드

public static Wait ( int ms ) : void
ms int
리턴 void

WordOfTheDay() 공개 정적인 메소드

public static WordOfTheDay ( ) : string
리턴 string

프로퍼티 상세

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

public static MainWindow,Steamp3 MainWindow
리턴 MainWindow

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

public static MediaPlayer,Steamp3 MediaPlayer
리턴 MediaPlayer

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

public static Settings,Steamp3 Settings
리턴 Settings

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

public static UI.Skin Skin
리턴 UI.Skin

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

public static Stats,Steamp3 Stats
리턴 Stats

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

public static Steam,Steamp3 Steam
리턴 Steam

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

public static UI.ToolTip ToolTip
리턴 UI.ToolTip