Service.StackTrace Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
StackTrace(ArrayList, Segment) | |
StackTrace(Segment) | |
StackTrace(Context) |
StackTrace(ArrayList, Segment)
public:
virtual void StackTrace(System::Collections::ArrayList ^ frames, Microsoft::XLANGs::Core::Segment ^ seg);
public void StackTrace (System.Collections.ArrayList frames, Microsoft.XLANGs.Core.Segment seg);
abstract member StackTrace : System.Collections.ArrayList * Microsoft.XLANGs.Core.Segment -> unit
override this.StackTrace : System.Collections.ArrayList * Microsoft.XLANGs.Core.Segment -> unit
Public Sub StackTrace (frames As ArrayList, seg As Segment)
Parametri
- frames
- ArrayList
- seg
- Segment
Implementazioni
Si applica a
StackTrace(Segment)
public:
cli::array <Microsoft::XLANGs::Core::Service::StackFrame ^> ^ StackTrace(Microsoft::XLANGs::Core::Segment ^ s);
public Microsoft.XLANGs.Core.Service.StackFrame[] StackTrace (Microsoft.XLANGs.Core.Segment s);
member this.StackTrace : Microsoft.XLANGs.Core.Segment -> Microsoft.XLANGs.Core.Service.StackFrame[]
Public Function StackTrace (s As Segment) As Service.StackFrame()
Parametri
- s
- Segment
Restituisce
Si applica a
StackTrace(Context)
public:
cli::array <Microsoft::XLANGs::Core::Service::StackFrame ^> ^ StackTrace(Microsoft::XLANGs::Core::Context ^ c);
public Microsoft.XLANGs.Core.Service.StackFrame[] StackTrace (Microsoft.XLANGs.Core.Context c);
member this.StackTrace : Microsoft.XLANGs.Core.Context -> Microsoft.XLANGs.Core.Service.StackFrame[]
Public Function StackTrace (c As Context) As Service.StackFrame()
Parametri
- c
- Context