IEExecuteRemote.ExecuteAsAssembly メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイル名またはパス、セキュリティ証拠、ハッシュ値、およびハッシュ アルゴリズムを指定して、アセンブリを読み込み、エントリ ポイントを呼び出します。
この 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[]
計算されたハッシュ コードの値。
ファイルをハッシュし、厳密な名前を生成するために使用されたハッシュ アルゴリズム。
戻り値
読み込まれるアセンブリ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET