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

Inheritance: CorThreadEventArgs
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

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

Method Details

CorFunctionRemapOpportunityEventArgs() public méthode

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

CorFunctionRemapOpportunityEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string