C# 클래스 SteamBot.util.Util

파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 프로퍼티들

프로퍼티 타입 설명
isDebugMode bool

공개 메소드들

메소드 설명
CreateSteamRequest ( string requestURL, string method = "GET" ) : dynamic
getItemInfo ( int itemid ) : ItemInfo
printConsole ( String line, Bot bot, ConsoleColor color = ConsoleColor.White, bool isDebug = false ) : void
removeArg0 ( String a ) : String

비공개 메소드들

메소드 설명
Util ( ) : System

메소드 상세

CreateSteamRequest() 공개 정적인 메소드

public static CreateSteamRequest ( string requestURL, string method = "GET" ) : dynamic
requestURL string
method string
리턴 dynamic

getItemInfo() 공개 정적인 메소드

public static getItemInfo ( int itemid ) : ItemInfo
itemid int
리턴 ItemInfo

printConsole() 공개 정적인 메소드

public static printConsole ( String line, Bot bot, ConsoleColor color = ConsoleColor.White, bool isDebug = false ) : void
line String
bot Bot
color ConsoleColor
isDebug bool
리턴 void

removeArg0() 공개 정적인 메소드

public static removeArg0 ( String a ) : String
a String
리턴 String

프로퍼티 상세

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

public static bool isDebugMode
리턴 bool