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

속성 값

String

매니페스트가 포함된 로드된 파일의 위치입니다. 로드된 파일이 섀도 복사된 경우 Location 은 해당 파일이 섀도 복사된 후의 위치입니다.

예외

이 메서드는 현재 지원되지 않습니다.

호출자에게 필요한 권한이 없는 경우

적용 대상