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