Execute the Assembly given its file name. The method specified in the NGWS runtime header is called.
[Visual Basic] Overloads Public Function ExecuteAssembly( _ ByVal fileName As String _ ) As Integer [C#] public int ExecuteAssembly( string fileName ); [C++] public: int ExecuteAssembly( String* fileName ); [JScript] public function ExecuteAssembly( fileName : String ) : int;
Returns the value returned by the entry point of the Assembly.
The method does not spawn a new process, create a new application domain, or execute the entry point method on a new thread.
AppDomain Class | AppDomain Members | System Namespace | AppDomain.ExecuteAssembly Overload List