IEExecuteRemote.ExecuteAsAssembly メソッド

定義

アセンブリを読み込み、ファイル名またはパス、セキュリティ証拠、ハッシュ値、ハッシュ アルゴリズムを指定してエントリ ポイントを呼び出します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 int ExecuteAsAssembly(System::String ^ file, System::Security::Policy::Evidence ^ evidence, cli::array <System::Byte> ^ hash, System::Configuration::Assemblies::AssemblyHashAlgorithm id);
public int ExecuteAsAssembly(string file, System.Security.Policy.Evidence evidence, byte[] hash, System.Configuration.Assemblies.AssemblyHashAlgorithm id);
member this.ExecuteAsAssembly : string * System.Security.Policy.Evidence * byte[] * System.Configuration.Assemblies.AssemblyHashAlgorithm -> int
Public Function ExecuteAsAssembly (file As String, evidence As Evidence, hash As Byte(), id As AssemblyHashAlgorithm) As Integer

パラメーター

file
String

アセンブリのマニフェストを含むファイルの名前またはパス。

evidence
Evidence

アセンブリを読み込むための証拠。

hash
Byte[]

計算されたハッシュ コードの値。

id
AssemblyHashAlgorithm

ファイルのハッシュと厳密な名前の生成に使用されたハッシュ アルゴリズム。

返品

読み込まれたアセンブリ。

適用対象