Click or drag to resize

RconCommandServiceScanMethods 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-local+709673996c0cc3c0733358a87691d1009326afa7
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