Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct LinkerFE<T\>

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll

This interface is to represent fe linker.

public struct LinkerFE<t>

Type Parameters

T

Constructors

LinkerFE(T)

Initializes a new instance of the class.

public LinkerFE(T t)

Parameters

t T

Initializes a new instance of the class.

public LinkerFE(ILink link)

Parameters

link ILink

The link.

Properties

IsReference

Gets a value indicating whether linked object is the reference.

public bool IsReference { get; }

Property Value

bool

Key

Gets or sets the linked object's key.

public UIntPtr Key { get; }

Property Value

UIntPtr

Object

Gets or sets the linked object.

public T Object { get; set; }

Property Value

T

Prototype

Gets the linked object's prototype.

public T Prototype { get; }

Property Value

T

Methods

GetSchema()

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return nullNothingnullptra null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.

public XmlSchema GetSchema()

Returns

XmlSchema

ReadXml(XmlReader)

Generates an object from its XML representation.

public void ReadXml(XmlReader reader)

Parameters

reader XmlReader

The XmlReader stream from which the object is deserialized.

WriteXml(XmlWriter)

Converts an object into its XML representation.

public void WriteXml(XmlWriter writer)

Parameters

writer XmlWriter

The XmlWriter stream to which the object is serialized.

Operators

implicit operator LinkerFE(T)

public static implicit operator LinkerFE<t>(T t)

Parameters

t T

Returns

LinkerFE

implicit operator T(LinkerFE)

public static implicit operator T(LinkerFE<t> linker)

Parameters

linker LinkerFE

Returns

T

Connect with Ansys