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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.