A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/NETLink/ref/net/Wolfram.NETLink.ILinkMark.html below:

ILinkMark Interface

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.

[Visual Basic]
Public Interface ILinkMark

[C#]

public interface ILinkMark

Remarks

Marks can returned to later, to re-read data. A common use is to create a mark, call some method for reading data, and if a MathLinkException is thrown, seek back to the mark and try a different method of reading the data.

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.

Requirements

Namespace: Wolfram.NETLink

Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll)

See Also

ILinkMark Members | Wolfram.NETLink Namespace


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4