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
'Usage
Dim instance As StackFrame2
Dim value As String
value = instance.Module
string Module { get; }
property String^ Module {
String^ get ();
}
function get Module () : String
Property Value
Type: System.String
A string representing a module name for this stack frame.
Implements
Remarks
See Module.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.