AssemblyBuilder.Location 属性

定义

如果包含清单的已加载文件未进行卷影复制,则以基本代码格式获取其位置。

public:
 virtual property System::String ^ Location { System::String ^ get(); };
public override string Location { get; }
member this.Location : string
Public Overrides ReadOnly Property Location As String

属性值

包含清单的已加载文件的位置。 如果已加载文件已进行卷影复制,则 Location 是进行卷影复制之前的文件。

例外

目前尚不支持此方法。

调用方没有所要求的权限。

适用于