Table of Contents

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

Pattern

FromString(string)

public static Pattern FromString(string pattern)

Parameters

pattern string

Returns

Pattern

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.