C# Class SiriProxy.Plugins.Interface4Net.PluginServiceImpl

Afficher le fichier Open project: CDTeam/Siri-Proxy Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string pluginId, string pluginName, string commandText, string commandPattern ) : PluginServiceImpl
FreeCommandCallResult ( IntPtr p ) : void
InitPluginModule ( ) : bool
OnCommandCall ( PlistPackageArgs &args ) : IntPtr
PluginInfoFree ( IntPtr p ) : void
UnInitPluginModule ( ) : void

Private Methods

Méthode Description
PluginServiceImpl ( ) : System

Method Details

Create() public static méthode

public static Create ( string pluginId, string pluginName, string commandText, string commandPattern ) : PluginServiceImpl
pluginId string
pluginName string
commandText string
commandPattern string
Résultat PluginServiceImpl

FreeCommandCallResult() public méthode

public FreeCommandCallResult ( IntPtr p ) : void
p System.IntPtr
Résultat void

InitPluginModule() public méthode

public InitPluginModule ( ) : bool
Résultat bool

OnCommandCall() public méthode

public OnCommandCall ( PlistPackageArgs &args ) : IntPtr
args PlistPackageArgs
Résultat System.IntPtr

PluginInfoFree() public méthode

public PluginInfoFree ( IntPtr p ) : void
p System.IntPtr
Résultat void

UnInitPluginModule() public méthode

public UnInitPluginModule ( ) : void
Résultat void