arsd.core

Shared core functionality including exception helpers, library loader, event loop, and possibly more.

Members

Classes

ArsdException
class ArsdException
Win32ApiException
class Win32ApiException

throw new Win32ApiException("MsgWaitForMultipleObjectsEx", GetLastError())

Structs

ArgSentinel
struct ArgSentinel

This is a dummy type to indicate the end of normal arguments and the beginning of the file/line inferred args. It is meant to ensure you don't accidentally send a string that is interpreted as a filename when it was meant to be a normal argument to the function and trigger the wrong overload.

WCharzBuffer
struct WCharzBuffer
Undocumented in source.

Meta