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

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

Public Methods

Method Description
CorEditAndContinueRemapEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction managedFunction, int accurate ) : System
CorEditAndContinueRemapEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction managedFunction, int accurate, ManagedCallbackType callbackType ) : System

Method Details

CorEditAndContinueRemapEventArgs() public method

public CorEditAndContinueRemapEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction managedFunction, int accurate ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
managedFunction Microsoft.Samples.Debugging.CorDebug.CorFunction
accurate int
return System

CorEditAndContinueRemapEventArgs() public method

public CorEditAndContinueRemapEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction managedFunction, int accurate, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
managedFunction Microsoft.Samples.Debugging.CorDebug.CorFunction
accurate int
callbackType ManagedCallbackType
return System