Component
Namespace: SharpPluginLoader.Core.Components
public class Component : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → Component
Properties
Next
Gets the next component in the list.
public Component Next { get; }
Property Value
Owner
Gets the owner of this component.
public Model Owner { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
Component(IntPtr)
public Component(nint instance)
Parameters
instance
IntPtr
Component()
public Component()