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

Inheritance: CorThreadEventArgs
Afficher le fichier Open project: LogosBible/monodevelop

Méthodes publiques

Méthode 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 méthode

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
Résultat System

CorEditAndContinueRemapEventArgs() public méthode

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
Résultat System