Click or drag to resize

PlayerCommandServiceScanMethods Method

Scans for methods in ISystem which should be considered to be compiled as a command.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
protected override IEnumerable<(MethodInfo method, ICommandMethodInfo commandInfo)> ScanMethods(
	AssemblyScanner scanner
)

Parameters

scanner
Type: SampSharp.Entities.UtilitiesAssemblyScanner
A scanner which is already limited to members of types which implement ISystem.

Return Value

Type: IEnumerableValueTupleMethodInfo, ICommandMethodInfo
The methods which provide commands.
See Also