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

Inheritance: CorThreadEventArgs
Mostrar archivo Open project: LogosBible/monodevelop Class Usage Examples

Private Properties

Property Type Description
CorStepCompleteEventArgs System
CorStepCompleteEventArgs System

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
CorStepCompleteEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorStepper stepper, CorDebugStepReason stepReason ) : System
CorStepCompleteEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorStepper stepper, CorDebugStepReason stepReason, ManagedCallbackType callbackType ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string