AssemblyBuilder.Location Свойство
Определение
Возвращает расположение (в формате базы кода) загруженного файла, содержащего манифест, если он не является теневой копией.Gets the location, in codebase format, of the loaded file that contains the manifest if it is not shadow-copied.
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
Значение свойства
Местоположение загруженного файла, содержащего манифест.The location of the loaded file that contains the manifest. Если для загруженного файла была создана теневая копия, Location
является расположением файла до теневого копирования.If the loaded file has been shadow-copied, the Location
is that of the file before being shadow-copied.
Исключения
В настоящее время этот метод не поддерживается.This method is not currently supported.
У вызывающего объекта отсутствует необходимое разрешение.The caller does not have the required permission.