IEExecuteRemote.ExecuteAsAssembly Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ładuje zestaw i wywołuje punkt wejścia, podając nazwę pliku lub ścieżkę, dowód zabezpieczeń, wartość skrótu i algorytm skrótu.
Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.
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
Parametry
- file
- String
Nazwa lub ścieżka pliku zawierającego manifest zestawu.
- evidence
- Evidence
Dowód ładowania zestawu.
- hash
- Byte[]
Wartość obliczonego kodu skrótu.
Algorytm skrótu, który był używany do tworzenia plików skrótów i generowania silnej nazwy.
Zwraca
Załadowany zestaw.