Class ShellParamList
- Namespace
- SharpPluginLoader.Core.Resources
- Assembly
- SharpPluginLoader.Core.dll
Represents an instance of a rShellParamList resource (a .shll file)
public class ShellParamList : Resource
- Inheritance
-
ShellParamList
- Inherited Members
Constructors
ShellParamList()
public ShellParamList()
ShellParamList(nint)
public ShellParamList(nint instance)
Parameters
instance
nint
Properties
ShellCount
Gets the number of shells in this list.
public int ShellCount { get; }
Property Value
Shells
Gets all shells in this list.
public ShellParam[] Shells { get; }
Property Value
Methods
GetShell(uint)
Gets a shell by its index.
public ShellParam? GetShell(uint index)
Parameters
index
uint
Returns
- ShellParam
The shell at the given index, or null