_AppDomain::ExecuteAssembly Method (String^, Evidence^, array<String^>^)
.NET Framework (current version)
Provides COM objects with version-independent access to the AppDomain::ExecuteAssembly(String^, Evidence^, array<String^>^) method overload.
Assembly: mscorlib (in mscorlib.dll)
int ExecuteAssembly( String^ assemblyFile, Evidence^ assemblySecurity, array<String^>^ args )
Parameters
- assemblyFile
-
Type:
System::String^
The name of the file that contains the assembly to execute.
- assemblySecurity
-
Type:
System.Security.Policy::Evidence^
The supplied evidence for the assembly.
- args
-
Type:
array<System::String^>^
The arguments to the entry point of the assembly.
See the AppDomain::ExecuteAssembly(String^, Evidence^, array<String^>^) method overload.
.NET Framework
Available since 1.1
Available since 1.1
Show: