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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。