C# Class net.sf.robocode.host.proxies.@__IHostingRobotProxy

Inheritance: global::java.lang.Object, global::net.sf.robocode.host.proxies.IHostingRobotProxy
Show file Open project: f13mash/roboyuddh

Public Methods

Method Description
cleanup ( ) : void
forceStopThread ( ) : void
startRound ( global par0, global par1 ) : void
waitForStopThread ( ) : void

Private Methods

Method Description
@__IHostingRobotProxy ( global @__env )
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
InitJNI ( global @__env, java @__class ) : void
cleanup0 ( global @__envp, global @__obj ) : void
forceStopThread2 ( global @__envp, global @__obj ) : void
startRound1 ( global @__envp, global @__obj, global par0, global par1 ) : void
waitForStopThread3 ( global @__envp, global @__obj ) : void

Method Details

cleanup() public method

public cleanup ( ) : void
return void

forceStopThread() public method

public forceStopThread ( ) : void
return void

startRound() public method

public startRound ( global par0, global par1 ) : void
par0 global
par1 global
return void

waitForStopThread() public method

public waitForStopThread ( ) : void
return void