Method Open
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Open(TimeSpan, string)
Opens a GameLink instance with the specified refresh interval and name.
public static GameLink Open(TimeSpan refreshInterval = default, string name = "MumbleLink")
Parameters
refreshInterval
TimeSpanThe interval at which to poll for changes to the shared memory.
name
stringThe name of the memory-mapped file.