C# Class SteamBot.util.Util

Afficher le fichier Open project: Top-Cat/SteamBot

Méthodes publiques

Свойство Type Description
isDebugMode bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Util ( ) : System

Method Details

CreateSteamRequest() public static méthode

public static CreateSteamRequest ( string requestURL, string method = "GET" ) : dynamic
requestURL string
method string
Résultat dynamic

getItemInfo() public static méthode

public static getItemInfo ( int itemid ) : ItemInfo
itemid int
Résultat ItemInfo

printConsole() public static méthode

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

removeArg0() public static méthode

public static removeArg0 ( String a ) : String
a String
Résultat String

Property Details

isDebugMode public_oe static_oe property

public static bool isDebugMode
Résultat bool