C# 클래스 Microsoft.Samples.Debugging.CorDebug.CorFunctionRemapOpportunityEventArgs

상속: CorThreadEventArgs
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CorFunctionRemapOpportunityEventArgs() 공개 메소드

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
리턴 System

CorFunctionRemapOpportunityEventArgs() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string