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

Inheritance: CorThreadEventArgs
ファイルを表示 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

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

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

CorFunctionRemapOpportunityEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string