Table of Contents

Method Open

Namespace
GuildWars2
Assembly
GW2SDK.dll

Opens a GameLink instance with the specified refresh interval and name.

public static GameLink Open(TimeSpan refreshInterval = default, string name = "MumbleLink")

Parameters

refreshInterval TimeSpan

The interval at which to poll for changes to the shared memory.

name string

The name of the memory-mapped file.

Returns

GameLink

A new instance of the GameLink class.