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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.