IDebugCallbackInstance.GetInterceptorConfigAndStackFrame Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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())
Paramètres
- callbackCookie
- Int32
- config
- Byte[]
- frames
- ScopeFrame[]