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 |
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 |
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 |