TypeEntry 類別

定義

實作一個基底類別,儲存用來啟用遠端類型實例的設定資訊。

public ref class TypeEntry
public class TypeEntry
[System.Runtime.InteropServices.ComVisible(true)]
public class TypeEntry
type TypeEntry = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type TypeEntry = class
Public Class TypeEntry
繼承
TypeEntry
衍生
屬性

建構函式

名稱 Description
TypeEntry()

初始化 TypeEntry 類別的新執行個體。

屬性

名稱 Description
AssemblyName

取得設定為遠端啟用型態的物件類型組合名稱。

TypeName

取得物件類型的完整型別名稱,設定為遠端啟用型態。

方法

名稱 Description
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於