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)

property String^ Module {
	String^ get();
}

Property Value

Type: System::String^

A string representing a module name for this stack frame.

Return to top
Show: