共用方式為


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
衍生
屬性

建構函式

TypeEntry()

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

屬性

AssemblyName

取得設定為遠端啟動型別之物件型別的組件名稱。

TypeName

取得設定為遠端啟動型別之物件型別的完整型別名稱。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於