_Assembly.EscapedCodeBase 屬性

定義

為 COM 物件提供與版本無關的 EscapedCodeBase 屬性之存取權。

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

屬性值

具有逸出字元 (Escape Character) 的統一資源識別元 (URI)。

備註

此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

屬性 EscapedCodeBase 會取得 URI,包括逸出字元,代表程式代碼基底。

適用於

另請參閱