編集

次の方法で共有


CommandLine.ExecuteAssembly(Assembly, String[], String, String) Method

Definition

public static int ExecuteAssembly(System.Reflection.Assembly entryAssembly, string[] args, string entryPointFullTypeName, string xmlDocsFilePath = default);
static member ExecuteAssembly : System.Reflection.Assembly * string[] * string * string -> int
Public Function ExecuteAssembly (entryAssembly As Assembly, args As String(), entryPointFullTypeName As String, Optional xmlDocsFilePath As String = Nothing) As Integer

Parameters

entryAssembly
Assembly
args
String[]
entryPointFullTypeName
String
xmlDocsFilePath
String

Returns

Applies to