Method Open
- Namespace
- GuildWars2
- Assembly
- GuildWars2.dll
Open(in TimeSpan, string)
Opens a GameLink instance with the specified refresh interval and name.
public static GameLink Open(in TimeSpan refreshInterval = default, string name = "MumbleLink")
Parameters
refreshIntervalTimeSpanThe interval at which to poll for changes to the shared memory.
namestringThe name of the memory-mapped file.
Returns
Exceptions
- PlatformNotSupportedException
Thrown if the current platform is not Windows.