IDebugCallbackInstance.GetInterceptorConfigAndStackFrame 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.
public:
void GetInterceptorConfigAndStackFrame(int callbackCookie, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % config, [Runtime::InteropServices::Out] cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ % frames);
public void GetInterceptorConfigAndStackFrame (int callbackCookie, out byte[] config, out Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] frames);
abstract member GetInterceptorConfigAndStackFrame : int * Byte[] * ScopeFrame[] -> unit
Public Sub GetInterceptorConfigAndStackFrame (callbackCookie As Integer, ByRef config As Byte(), ByRef frames As ScopeFrame())
Parameters
- callbackCookie
- Int32
- config
- Byte[]
- frames
- ScopeFrame[]