AssemblyNameInfo.TryParse(ReadOnlySpan<Char>, AssemblyNameInfo) 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.
Tries to parse a span of characters into an assembly name.
public:
static bool TryParse(ReadOnlySpan<char> assemblyName, [Runtime::InteropServices::Out] System::Reflection::Metadata::AssemblyNameInfo ^ % result);
public static bool TryParse (ReadOnlySpan<char> assemblyName, out System.Reflection.Metadata.AssemblyNameInfo? result);
static member TryParse : ReadOnlySpan<char> * AssemblyNameInfo -> bool
Public Shared Function TryParse (assemblyName As ReadOnlySpan(Of Char), ByRef result As AssemblyNameInfo) As Boolean
Parameters
- assemblyName
- ReadOnlySpan<Char>
A span containing the characters representing the assembly name to parse.
- result
- AssemblyNameInfo
Contains the result when parsing succeeds.
Returns
true
if assembly name was converted successfully, otherwise, false
.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.