2#ifndef _aspose_system_diagnostics_stack_frame_h_
3#define _aspose_system_diagnostics_stack_frame_h_
5#include <system/object.h>
6#include <system/shared_ptr.h>
7#include <system/string.h>
18namespace System {
namespace Diagnostics {
20namespace _StackFrame_private {
25namespace _StackTrace_private {
37 friend class _StackTrace_private::Pimpl;
68 _StackFrame_private::Pimpl *m_pimpl;
Gets information on single stack frame. MSVS only. Objects of this class should only be allocated usi...
Definition: stack_frame.h:36
const StackFrame & operator=(const StackFrame &) const =delete
No changing.
virtual int GetFileLineNumber()
Gets the line number.
virtual int GetFileColumnNumber()
Gets the colnum number.
StackFrame(const StackFrame &)=delete
No copying.
System::SharedPtr< System::Reflection::MethodBase > GetMethod()
Gets method information.
virtual ~StackFrame()
Destructor.
StackFrame(int skip_frames)
Creates stack frame on current stack offset.
virtual System::String GetFileName()
Gets the file name.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Base information on method. Objects of this class should only be allocated using System::MakeObject()...
Definition: method_base.h:19
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9