Click or drag to resize

MarkerAPI(String, String, Boolean) Constructor

Constructor. For simplicity, it builds the API tree during construction instead of in a separate call.

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntax
C#
public MarkerAPI(
	string systemDirectory,
	string userDirectory,
	bool isSafeMode
)

Parameters

systemDirectory  String
The specific folder to use as the system directory. If empty, %PROGRAMDATA% is used.
userDirectory  String
The specific folder to use as the user directory. If empty, %LOCALAPPDATA% is used.
isSafeMode  Boolean
The flag to indicate whether only internal plugins should be loaded and external plugins should be ignored.
See Also