DkmNativeSteppingCallSite.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DkmNativeSteppingCallSite object instance.
public:
static Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite ^ Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallSite, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTarget, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTargetAddress);
public:
static Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite ^ Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallSite, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTarget, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTargetAddress);
static Microsoft::VisualStudio::Debugger::Stepping::DkmNativeSteppingCallSite Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress const & CallSite, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress const & CallTarget, Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress const & CallTargetAddress);
public static Microsoft.VisualStudio.Debugger.Stepping.DkmNativeSteppingCallSite Create (Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress CallSite, Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress CallTarget, Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress CallTargetAddress);
public static Microsoft.VisualStudio.Debugger.Stepping.DkmNativeSteppingCallSite Create (Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress CallSite, Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress? CallTarget, Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress? CallTargetAddress);
static member Create : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress * Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress * Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress -> Microsoft.VisualStudio.Debugger.Stepping.DkmNativeSteppingCallSite
Public Shared Function Create (CallSite As DkmNativeInstructionAddress, CallTarget As DkmNativeInstructionAddress, CallTargetAddress As DkmNativeInstructionAddress) As DkmNativeSteppingCallSite
Parameters
- CallSite
- DkmNativeInstructionAddress
[In] The address of the call instruction.
- CallTarget
- DkmNativeInstructionAddress
[In,Optional] The address of the instruction that would be called by the call instruction.
- CallTargetAddress
- DkmNativeInstructionAddress
[In,Optional] For indirect calls only, the address being dereferenced by the call instruction.
Returns
[Out] Result of this method call.