Share via


StackFrame2.Module Property

Definition

Gets the module name for this stack frame. A module is a group of functions.

public:
 property System::String ^ Module { System::String ^ get(); };
public:
 property Platform::String ^ Module { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public string Module { [System.Runtime.InteropServices.DispId(105)] get; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
member this.Module : string
Public ReadOnly Property Module As String

Property Value

A string representing a module name for this stack frame.

Implements

Attributes

Remarks

See Module.

Applies to