Click or drag to resize

ModuleAPIGetByUUID Method

Gets the module by UUID.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public Module GetByUUID(
	UUID uuid
)

Parameters

uuid
Type: UUID
UUID.

Return Value

Type: Module
The module by UUID.
See Also