IDebugServerInstance.ProcessGetInterceptorConfig(Int32, ScopeFrame[]) 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 ProcessGetInterceptorConfig(int callbackCookie, cli::array <Microsoft::XLANGs::RuntimeTypes::ScopeFrame ^> ^ scopeframes);
public void ProcessGetInterceptorConfig (int callbackCookie, Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] scopeframes);
abstract member ProcessGetInterceptorConfig : int * Microsoft.XLANGs.RuntimeTypes.ScopeFrame[] -> unit
Public Sub ProcessGetInterceptorConfig (callbackCookie As Integer, scopeframes As ScopeFrame())
Parameters
- callbackCookie
- Int32
- scopeframes
- ScopeFrame[]