C# Class Microsoft.Samples.Debugging.CorDebug.CorLogMessageEventArgs

Inheritance: CorThreadEventArgs
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message ) : System
CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Method Details

CorLogMessageEventArgs() public méthode

public CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
logSwitchName string
message string
Résultat System

CorLogMessageEventArgs() public méthode

public CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
logSwitchName string
message string
callbackType ManagedCallbackType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string