Struct Pattern
- Namespace
- SharpPluginLoader.Core.Memory
- Assembly
- SharpPluginLoader.Core.dll
public readonly struct Pattern
- Inherited Members
Properties
Bytes
public required Pattern.Byte[] Bytes { get; init; }
Property Value
- Byte[]
Methods
FromBytes(params byte[])
public static Pattern FromBytes(params byte[] bytes)
Parameters
bytes
byte[]
Returns
FromString(string)
public static Pattern FromString(string pattern)
Parameters
pattern
string
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.