C# Class Batch.Internal.Bridge

Mostra file Open project: BatchLabs/unity-plugin Class Usage Examples

Public Methods

Method Description
Bridge ( ) : System
Call ( string action, string parameters ) : string
ResultToBool ( String result ) : bool

Private Methods

Method Description
_call ( string action, string parameter ) : IntPtr

Method Details

Bridge() public method

public Bridge ( ) : System
return System

Call() public method

public Call ( string action, string parameters ) : string
action string
parameters string
return string

ResultToBool() public static method

public static ResultToBool ( String result ) : bool
result String
return bool