Component

Namespace: SharpPluginLoader.Core.Components

public class Component : SharpPluginLoader.Core.MtObject

Inheritance ObjectNativeWrapperMtObjectComponent

Properties

Next

Gets the next component in the list.

public Component Next { get; }

Property Value

Component

Owner

Gets the owner of this component.

public Model Owner { get; }

Property Value

Model

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

Component(IntPtr)

public Component(nint instance)

Parameters

instance IntPtr

Component()

public Component()