Skip to content

ShaderOverlayHelper ​

Helper class for loading and working with ReShade shader overlays in target processes.

Kind: Static class

Namespace: ConnectorLib.Inject

Public Static Functions

bool

TryAttachReShade(InjectConnector connector, ShaderOverlay out module)

Attempts to attach ReShade to a target process through the provided connector.

bool

TryAttachReShade(Process process, bool is32Bit, IntPtr out moduleHandle)

Attempts to attach ReShade to a target process through the provided connector.

Properties

static

string

ReShade32Path

[get, ]

Path to the 32-bit ReShade DLL.

static

string

ReShade64Path

[get, ]

Path to the 64-bit ReShade DLL.

static

PeFile

ReShade32Header

[get, ]

PE file information for the 32-bit ReShade DLL.

static

PeFile

ReShade64Header

[get, ]

PE file information for the 64-bit ReShade DLL.