C# 클래스 Batch.Internal.Bridge

파일 보기 프로젝트 열기: BatchLabs/unity-plugin 1 사용 예제들

공개 메소드들

메소드 설명
Bridge ( ) : System
Call ( string action, string parameters ) : string
ResultToBool ( String result ) : bool

비공개 메소드들

메소드 설명
_call ( string action, string parameter ) : IntPtr

메소드 상세

Bridge() 공개 메소드

public Bridge ( ) : System
리턴 System

Call() 공개 메소드

public Call ( string action, string parameters ) : string
action string
parameters string
리턴 string

ResultToBool() 공개 정적인 메소드

public static ResultToBool ( String result ) : bool
result String
리턴 bool