CommandLine.InvokeMethodAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<int> InvokeMethodAsync(string[] args, System.Reflection.MethodInfo method, string xmlDocsFilePath = default, object target = default, System.CommandLine.IConsole console = default);
static member InvokeMethodAsync : string[] * System.Reflection.MethodInfo * string * obj * System.CommandLine.IConsole -> System.Threading.Tasks.Task<int>
Public Function InvokeMethodAsync (args As String(), method As MethodInfo, Optional xmlDocsFilePath As String = Nothing, Optional target As Object = Nothing, Optional console As IConsole = Nothing) As Task(Of Integer)
Parameters
- args
- String[]
- method
- MethodInfo
- xmlDocsFilePath
- String
- target
- Object
- console
- IConsole
Returns
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.