Table of Contents

Constructor CorFunctionRemapOpportunityEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorFunctionRemapOpportunityEventArgs(CorAppDomain, CorThread, CorFunction, CorFunction, int)

public CorFunctionRemapOpportunityEventArgs(CorAppDomain appDomain, CorThread thread, CorFunction oldFunction, CorFunction newFunction, int oldILoffset)

Parameters

appDomain CorAppDomain
thread CorThread
oldFunction CorFunction
newFunction CorFunction
oldILoffset int

CorFunctionRemapOpportunityEventArgs(CorAppDomain, CorThread, CorFunction, CorFunction, int, ManagedCallbackType)

public CorFunctionRemapOpportunityEventArgs(CorAppDomain appDomain, CorThread thread, CorFunction oldFunction, CorFunction newFunction, int oldILoffset, ManagedCallbackType callbackType)

Parameters

appDomain CorAppDomain
thread CorThread
oldFunction CorFunction
newFunction CorFunction
oldILoffset int
callbackType ManagedCallbackType