C# Class Batch.Internal.Bridge

Afficher le fichier Open project: BatchLabs/unity-plugin Class Usage Examples

Méthodes publiques

Méthode Description
Bridge ( ) : System
Call ( string action, string parameters ) : string
ResultToBool ( String result ) : bool

Private Methods

Méthode Description
_call ( string action, string parameter ) : IntPtr

Method Details

Bridge() public méthode

public Bridge ( ) : System
Résultat System

Call() public méthode

public Call ( string action, string parameters ) : string
action string
parameters string
Résultat string

ResultToBool() public static méthode

public static ResultToBool ( String result ) : bool
result String
Résultat bool