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

Inheritance: CorAppDomainBaseEventArgs
Mostra file Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : System
CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Method Details

CorThreadEventArgs() public method

public CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
return System

CorThreadEventArgs() public method

public CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
callbackType ManagedCallbackType
return System

ToString() public method

public ToString ( ) : string
return string