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