Files
Misaki.HighPerformance/docs/documents/api/Misaki.HighPerformance.LowLevel.Collections.FixedText1024.yml

917 lines
32 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
commentId: T:Misaki.HighPerformance.LowLevel.Collections.FixedText1024
id: FixedText1024
parent: Misaki.HighPerformance.LowLevel.Collections
children:
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Byte*,System.UInt16)
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Char*,System.UInt16)
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Byte})
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Char})
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.String)
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.MAX_LENGTH
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString
- Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
langs:
- csharp
- vb
name: FixedText1024
nameWithType: FixedText1024
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
type: Struct
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: FixedText1024
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 577
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
summary: Represents a stack allocated fixed-size UTF-8 encoded string of length 1024 bytes.
remarks: This struct is designed to hold data on the stack. Every copy of this struct causes a copy of the underlying data.
example: []
syntax:
content: public struct FixedText1024
content.vb: Public Structure FixedText1024
inheritedMembers:
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.MAX_LENGTH
commentId: F:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.MAX_LENGTH
id: MAX_LENGTH
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: MAX_LENGTH
nameWithType: FixedText1024.MAX_LENGTH
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.MAX_LENGTH
type: Field
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: MAX_LENGTH
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 580
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public const int MAX_LENGTH = 1022
return:
type: System.Int32
content.vb: Public Const MAX_LENGTH As Integer = 1022
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
commentId: P:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
id: Length
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: Length
nameWithType: FixedText1024.Length
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Length
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 585
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public readonly ushort Length { get; }
parameters: []
return:
type: System.UInt16
content.vb: Public ReadOnly Property Length As UShort
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length*
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
commentId: P:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
id: Value
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: Value
nameWithType: FixedText1024.Value
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
type: Property
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: Value
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 586
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public string Value { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Value As String
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value*
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Char})
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Char})
id: '#ctor(System.ReadOnlySpan{System.Char})'
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: FixedText1024(ReadOnlySpan<char>)
nameWithType: FixedText1024.FixedText1024(ReadOnlySpan<char>)
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024(System.ReadOnlySpan<char>)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 616
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public FixedText1024(ReadOnlySpan<char> input)
parameters:
- id: input
type: System.ReadOnlySpan{System.Char}
content.vb: Public Sub New(input As ReadOnlySpan(Of Char))
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
nameWithType.vb: FixedText1024.New(ReadOnlySpan(Of Char))
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New(System.ReadOnlySpan(Of Char))
name.vb: New(ReadOnlySpan(Of Char))
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.String)
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.String)
id: '#ctor(System.String)'
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: FixedText1024(string)
nameWithType: FixedText1024.FixedText1024(string)
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024(string)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 632
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public FixedText1024(string input)
parameters:
- id: input
type: System.String
content.vb: Public Sub New(input As String)
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
nameWithType.vb: FixedText1024.New(String)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New(String)
name.vb: New(String)
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Char*,System.UInt16)
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Char*,System.UInt16)
id: '#ctor(System.Char*,System.UInt16)'
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: FixedText1024(char*, ushort)
nameWithType: FixedText1024.FixedText1024(char*, ushort)
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024(char*, ushort)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 637
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public FixedText1024(char* input, ushort length)
parameters:
- id: input
type: System.Char*
- id: length
type: System.UInt16
content.vb: Public Sub New(input As Char*, length As UShort)
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
nameWithType.vb: FixedText1024.New(Char*, UShort)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New(Char*, UShort)
name.vb: New(Char*, UShort)
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Byte})
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.ReadOnlySpan{System.Byte})
id: '#ctor(System.ReadOnlySpan{System.Byte})'
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: FixedText1024(ReadOnlySpan<byte>)
nameWithType: FixedText1024.FixedText1024(ReadOnlySpan<byte>)
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024(System.ReadOnlySpan<byte>)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 642
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public FixedText1024(ReadOnlySpan<byte> input)
parameters:
- id: input
type: System.ReadOnlySpan{System.Byte}
content.vb: Public Sub New(input As ReadOnlySpan(Of Byte))
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
nameWithType.vb: FixedText1024.New(ReadOnlySpan(Of Byte))
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New(System.ReadOnlySpan(Of Byte))
name.vb: New(ReadOnlySpan(Of Byte))
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Byte*,System.UInt16)
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor(System.Byte*,System.UInt16)
id: '#ctor(System.Byte*,System.UInt16)'
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: FixedText1024(byte*, ushort)
nameWithType: FixedText1024.FixedText1024(byte*, ushort)
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024(byte*, ushort)
type: Constructor
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: .ctor
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 658
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public FixedText1024(byte* input, ushort length)
parameters:
- id: input
type: System.Byte*
- id: length
type: System.UInt16
content.vb: Public Sub New(input As Byte*, length As UShort)
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
nameWithType.vb: FixedText1024.New(Byte*, UShort)
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New(Byte*, UShort)
name.vb: New(Byte*, UShort)
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan
id: AsSpan
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: AsSpan()
nameWithType: FixedText1024.AsSpan()
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: AsSpan
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 663
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public Span<byte> AsSpan()
return:
type: System.Span{System.Byte}
content.vb: Public Function AsSpan() As Span(Of Byte)
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan*
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr
id: GetUnsafePtr
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: GetUnsafePtr()
nameWithType: FixedText1024.GetUnsafePtr()
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: GetUnsafePtr
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 672
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
syntax:
content: public readonly byte* GetUnsafePtr()
return:
type: System.Byte*
content.vb: Public Function GetUnsafePtr() As Byte*
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr*
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString
commentId: M:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString
id: ToString
parent: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
langs:
- csharp
- vb
name: ToString()
nameWithType: FixedText1024.ToString()
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString()
type: Method
source:
remote:
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
branch: main
repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git
id: ToString
path: src/Misaki.HighPerformance.LowLevel/Collections/FixedText.gen.cs
startLine: 678
assemblies:
- Misaki.HighPerformance.LowLevel
namespace: Misaki.HighPerformance.LowLevel.Collections
summary: Returns the fully qualified type name of this instance.
example: []
syntax:
content: public override string ToString()
return:
type: System.String
description: The fully qualified type name.
content.vb: Public Overrides Function ToString() As String
overridden: System.ValueType.ToString
overload: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString*
references:
- uid: Misaki.HighPerformance.LowLevel.Collections
commentId: N:Misaki.HighPerformance.LowLevel.Collections
href: Misaki.html
name: Misaki.HighPerformance.LowLevel.Collections
nameWithType: Misaki.HighPerformance.LowLevel.Collections
fullName: Misaki.HighPerformance.LowLevel.Collections
spec.csharp:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections
name: Collections
href: Misaki.HighPerformance.LowLevel.Collections.html
spec.vb:
- uid: Misaki
name: Misaki
href: Misaki.html
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
href: Misaki.HighPerformance.html
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
href: Misaki.HighPerformance.LowLevel.html
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections
name: Collections
href: Misaki.HighPerformance.LowLevel.Collections.html
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.ValueType.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
spec.csharp:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.ValueType.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
- name: (
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024_Length
name: Length
nameWithType: FixedText1024.Length
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Length
- uid: System.UInt16
commentId: T:System.UInt16
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint16
name: ushort
nameWithType: ushort
fullName: ushort
nameWithType.vb: UShort
fullName.vb: UShort
name.vb: UShort
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024_Value
name: Value
nameWithType: FixedText1024.Value
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.Value
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.#ctor
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024__ctor_System_ReadOnlySpan_System_Char__
name: FixedText1024
nameWithType: FixedText1024.FixedText1024
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.FixedText1024
nameWithType.vb: FixedText1024.New
fullName.vb: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.New
name.vb: New
- uid: System.ReadOnlySpan{System.Char}
commentId: T:System.ReadOnlySpan{System.Char}
parent: System
definition: System.ReadOnlySpan`1
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<char>
nameWithType: ReadOnlySpan<char>
fullName: System.ReadOnlySpan<char>
nameWithType.vb: ReadOnlySpan(Of Char)
fullName.vb: System.ReadOnlySpan(Of Char)
name.vb: ReadOnlySpan(Of Char)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: System.Char
name: char
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.char
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: System.Char
name: Char
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.char
- name: )
- uid: System.ReadOnlySpan`1
commentId: T:System.ReadOnlySpan`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<T>
nameWithType: ReadOnlySpan<T>
fullName: System.ReadOnlySpan<T>
nameWithType.vb: ReadOnlySpan(Of T)
fullName.vb: System.ReadOnlySpan(Of T)
name.vb: ReadOnlySpan(Of T)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Char*
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.char
name: char*
nameWithType: char*
fullName: char*
nameWithType.vb: Char*
fullName.vb: Char*
name.vb: Char*
spec.csharp:
- uid: System.Char
name: char
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.char
- name: '*'
spec.vb:
- uid: System.Char
name: Char
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.char
- name: '*'
- uid: System.ReadOnlySpan{System.Byte}
commentId: T:System.ReadOnlySpan{System.Byte}
parent: System
definition: System.ReadOnlySpan`1
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
name: ReadOnlySpan<byte>
nameWithType: ReadOnlySpan<byte>
fullName: System.ReadOnlySpan<byte>
nameWithType.vb: ReadOnlySpan(Of Byte)
fullName.vb: System.ReadOnlySpan(Of Byte)
name.vb: ReadOnlySpan(Of Byte)
spec.csharp:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: System.Byte
name: byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: '>'
spec.vb:
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: System.Byte
name: Byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: )
- uid: System.Byte*
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
name: byte*
nameWithType: byte*
fullName: byte*
nameWithType.vb: Byte*
fullName.vb: Byte*
name.vb: Byte*
spec.csharp:
- uid: System.Byte
name: byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: '*'
spec.vb:
- uid: System.Byte
name: Byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: '*'
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024_AsSpan
name: AsSpan
nameWithType: FixedText1024.AsSpan
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.AsSpan
- uid: System.Span{System.Byte}
commentId: T:System.Span{System.Byte}
parent: System
definition: System.Span`1
href: https://learn.microsoft.com/dotnet/api/system.span-1
name: Span<byte>
nameWithType: Span<byte>
fullName: System.Span<byte>
nameWithType.vb: Span(Of Byte)
fullName.vb: System.Span(Of Byte)
name.vb: Span(Of Byte)
spec.csharp:
- uid: System.Span`1
name: Span
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.span-1
- name: <
- uid: System.Byte
name: byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: '>'
spec.vb:
- uid: System.Span`1
name: Span
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.span-1
- name: (
- name: Of
- name: " "
- uid: System.Byte
name: Byte
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.byte
- name: )
- uid: System.Span`1
commentId: T:System.Span`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.span-1
name: Span<T>
nameWithType: Span<T>
fullName: System.Span<T>
nameWithType.vb: Span(Of T)
fullName.vb: System.Span(Of T)
name.vb: Span(Of T)
spec.csharp:
- uid: System.Span`1
name: Span
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.span-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Span`1
name: Span
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.span-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024_GetUnsafePtr
name: GetUnsafePtr
nameWithType: FixedText1024.GetUnsafePtr
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.GetUnsafePtr
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
spec.csharp:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
spec.vb:
- uid: System.ValueType.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
- name: (
- name: )
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString*
commentId: Overload:Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString
href: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.html#Misaki_HighPerformance_LowLevel_Collections_FixedText1024_ToString
name: ToString
nameWithType: FixedText1024.ToString
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText1024.ToString