다음을 통해 공유


IToolboxAssemblyInfo.OriginalPath 속성

정의

어셈블리가 로드된 원래 경로입니다. 어셈블리가 GAC에 있는 경우와 같이 어셈블리의 Location 속성과 다를 수 있습니다.

public:
 property System::String ^ OriginalPath { System::String ^ get(); };
public:
 property Platform::String ^ OriginalPath { Platform::String ^ get(); };
public string OriginalPath { get; }
member this.OriginalPath : string
Public ReadOnly Property OriginalPath As String

속성 값

어셈블리가 로드된 원래 경로입니다.

적용 대상