IDebugCallbackInstance.GetInterceptorConfigAndStackFrame Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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())
Parámetros
- callbackCookie
- Int32
- config
- Byte[]
- frames
- ScopeFrame[]