C# Class SimPlaza.UDProxy.UDProxy

Afficher le fichier Open project: Gnu32/UDProxy Class Usage Examples

Méthodes publiques

Свойство Type Description
gConfiguration Configuration
gConnection Connection
lol bool

Méthodes publiques

Méthode Description
Debug ( string cls, string msg, DebugLevels level ) : void
DebugError ( string cls, string msg ) : void
DebugException ( Exception e ) : void
DebugInfo ( string cls, string msg ) : void
DebugWarn ( string cls, string msg ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

Debug() public static méthode

public static Debug ( string cls, string msg, DebugLevels level ) : void
cls string
msg string
level DebugLevels
Résultat void

DebugError() public static méthode

public static DebugError ( string cls, string msg ) : void
cls string
msg string
Résultat void

DebugException() public static méthode

public static DebugException ( Exception e ) : void
e System.Exception
Résultat void

DebugInfo() public static méthode

public static DebugInfo ( string cls, string msg ) : void
cls string
msg string
Résultat void

DebugWarn() public static méthode

public static DebugWarn ( string cls, string msg ) : void
cls string
msg string
Résultat void

Property Details

gConfiguration public_oe static_oe property

public static Configuration gConfiguration
Résultat Configuration

gConnection public_oe static_oe property

public static Connection gConnection
Résultat Connection

lol public_oe static_oe property

public static bool lol
Résultat bool