Module.Path 属性

获取模块的完整路径,例如,c:\windows\system32\kernel32.dll。 Path 对应于**“模块”窗口的“路径”**列。

命名空间:  EnvDTE90
程序集:  EnvDTE90(在 EnvDTE90.dll 中)

语法

声明
ReadOnly Property Path As String
    Get
string Path { get; }
property String^ Path {
    String^ get ();
}
abstract Path : string
function get Path () : String

属性值

类型:System.String
一个表示模块路径的 string 值。

.NET Framework 安全性

请参见

参考

Module 接口

EnvDTE90 命名空间