Méthode | Description | |
---|---|---|
CorFunctionRemapOpportunityEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction oldFunction, Microsoft.Samples.Debugging.CorDebug.CorFunction newFunction, int oldILoffset ) : System | ||
CorFunctionRemapOpportunityEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction oldFunction, Microsoft.Samples.Debugging.CorDebug.CorFunction newFunction, int oldILoffset, ManagedCallbackType callbackType ) : System | ||
ToString ( ) : string |
public CorFunctionRemapOpportunityEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction oldFunction, Microsoft.Samples.Debugging.CorDebug.CorFunction newFunction, int oldILoffset ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
oldFunction | Microsoft.Samples.Debugging.CorDebug.CorFunction | |
newFunction | Microsoft.Samples.Debugging.CorDebug.CorFunction | |
oldILoffset | int | |
Résultat | System |
public CorFunctionRemapOpportunityEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFunction oldFunction, Microsoft.Samples.Debugging.CorDebug.CorFunction newFunction, int oldILoffset, ManagedCallbackType callbackType ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
oldFunction | Microsoft.Samples.Debugging.CorDebug.CorFunction | |
newFunction | Microsoft.Samples.Debugging.CorDebug.CorFunction | |
oldILoffset | int | |
callbackType | ManagedCallbackType | |
Résultat | System |