C# Class MirrorSUPINFO.Components.ComponentModel.Services.Module.Tools

Inheritance: ITools
Mostra file Open project: veler/MirrorSUPINFO

Public Methods

Method Description
GetModule ( string moduleName ) : MirrorModule
SpeakAsync ( string text ) : void
Tools ( ) : System

Method Details

GetModule() public method

public GetModule ( string moduleName ) : MirrorModule
moduleName string
return MirrorSUPINFO.SDK.MirrorModule

SpeakAsync() public method

public SpeakAsync ( string text ) : void
text string
return void

Tools() public method

public Tools ( ) : System
return System