IEExecuteRemote.ExecuteAsDll(String, Evidence, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個 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。