Class Component
- Namespace
- SharpPluginLoader.Core.Components
- Assembly
- SharpPluginLoader.Core.dll
Represents an instance of the cpComponent class
public class Component : MtObject
- Inheritance
-
Component
- Derived
- Inherited Members
Constructors
Component()
public Component()
Component(nint)
public Component(nint instance)
Parameters
instance
nint
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; }