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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา