次の方法で共有


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

プロパティ値

アセンブリの読み込み元の元のパス。

適用対象