IEExecuteRemote 類別
定義
透過網際網路執行受控應用程式。Runs a managed application over the Internet.
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public ref class IEExecuteRemote : MarshalByRefObject
public class IEExecuteRemote : MarshalByRefObject
type IEExecuteRemote = class
inherit MarshalByRefObject
Public Class IEExecuteRemote
Inherits MarshalByRefObject
- 繼承
建構函式
IEExecuteRemote() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 初始化 IEExecuteRemote 類別的新執行個體。Initializes a new instance of the IEExecuteRemote class. |
屬性
Exception |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 若有擲回例外狀況,則取得該例外狀況。Gets an exception if one was thrown. |
方法
CreateObjRef(Type) |
建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (繼承來源 MarshalByRefObject) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
ExecuteAsAssembly(String, Evidence, Byte[], AssemblyHashAlgorithm) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 根據檔案名稱或路徑、安全性辨識項、雜湊值和雜湊演算法來載入組件並呼叫進入點。Loads an assembly and calls the entry point, given its file name or path, security evidence, hash value, and hash algorithm. |
ExecuteAsDll(String, Evidence, Object) |
這個 API 支援 .NET Framework 基礎結構,並不適合直接從您的程式碼中使用。This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetLifetimeService() |
已過時。
擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。Retrieves the current lifetime service object that controls the lifetime policy for this instance. (繼承來源 MarshalByRefObject) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
InitializeLifetimeService() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 藉由防止建立使用期,為 IEExecuteRemote 物件提供無限的存留期。Gives the IEExecuteRemote object an infinite lifetime by preventing a lease from being created. |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
MemberwiseClone(Boolean) |
建立目前 MarshalByRefObject 物件的淺層複本。Creates a shallow copy of the current MarshalByRefObject object. (繼承來源 MarshalByRefObject) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |