.NET/Link API Version 1.7 USE FRAMES

StdLink Class

StdLink is a container for some methods and state related to the link back to the kernel.

For a list of all members of this type, see StdLink Members.

System.Object
   Wolfram.NETLink.StdLink

[Visual Basic]
Public Class StdLink
[C#]
public class StdLink

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You never create or use an instance of StdLink. It contains static members only.

The name is inspired by the 'stdlink' global variable that holds the link in C-language "installable" MathLink programs generated by the mprep tool.

Requirements

Namespace: Wolfram.NETLink

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

See Also

StdLink Members | Wolfram.NETLink Namespace