Show / Hide Table of Contents

Class NET48_Helpers

Inheritance
System.Object
NET48_Helpers
Namespace: PeNet
Assembly: PeNet.dll
Syntax
public static class NET48_Helpers : object

Methods

| Improve this Doc View Source

GetString(Encoding, Span<Byte>)

Declaration
public static string GetString(this Encoding encoding, Span<byte> span)
Parameters
Type Name Description
Encoding encoding
Span<System.Byte> span
Returns
Type Description
System.String
| Improve this Doc View Source

Read(Stream, Span<Byte>)

Declaration
public static int Read(this Stream stream, Span<byte> span)
Parameters
Type Name Description
Stream stream
Span<System.Byte> span
Returns
Type Description
System.Int32
| Improve this Doc View Source

Write(Stream, Span<Byte>)

Declaration
public static void Write(this Stream stream, Span<byte> span)
Parameters
Type Name Description
Stream stream
Span<System.Byte> span
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX