StackFrame2.Module Property

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

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property Module As String
    Get
string Module { get; }
property String^ Module {
    String^ get ();
}
abstract Module : string
function get Module () : String

Property Value

Type: System.String
A string representing a module name for this stack frame.

Implements

StackFrame.Module

Remarks

See Module.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

Module Overload

EnvDTE90a Namespace