Represents a mark in the incoming MathLink data stream that you can seek back to.
For a list of all members of this type, see ILinkMark Members.
ILinkMark has no useful methods. It is an opaque type that is manipulated by methods in the IMathLink interface.
Marks are created by the CreateMark method.Make sure to always call DestroyMark on any marks you create. Failure to do so will cause a memory leak. Some of the usefulness of marks in the C-language MathLink API is obviated by .NET/Link's Expr class.
Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)
ILinkMark Members | Wolfram.NETLink Namespace