StackFrame2.Module Property
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.
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.