IEExecuteRemote.ExecuteAsDll(String, Evidence, Object) 方法

定義

這個 API 支援 .NET Framework 基礎結構,並不適合直接從您的程式碼中使用。

public:
 int ExecuteAsDll(System::String ^ file, System::Security::Policy::Evidence ^ evidence, System::Object ^ pars);
public int ExecuteAsDll (string file, System.Security.Policy.Evidence evidence, object pars);
member this.ExecuteAsDll : string * System.Security.Policy.Evidence * obj -> int
Public Function ExecuteAsDll (file As String, evidence As Evidence, pars As Object) As Integer

參數

file
String

未使用。

evidence
Evidence

未使用。

pars
Object

未使用。

傳回

一律為 E_NOTIMPL。

適用於