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

Inheritance: CorThreadEventArgs
显示文件 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName ) : System
CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Method Details

CorLogSwitchEventArgs() public method

public CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
reason int
logSwitchName string
parentName string
return System

CorLogSwitchEventArgs() public method

public CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
reason int
logSwitchName string
parentName string
callbackType ManagedCallbackType
return System

ToString() public method

public ToString ( ) : string
return string