StdLink Class

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public class StdLink
Inheritance
Object    StdLink

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.

Properties

Link Gets or sets the link that points back to the Wolfram kernel.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RequestTransaction 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also