C# Class net.sf.robocode.dotnet.host.DotnetHost

Inheritance: IHost
Show file Open project: f13mash/roboyuddh

Public Methods

Method Description
createRobotProxy ( IHostManager hostManager, RobotSpecification robotSpecification, IRobotStatics statics, IRobotPeer peer ) : IHostingRobotProxy
getReferencedClasses ( IRobotRepositoryItem par0 ) : String[]
getRobotType ( IRobotRepositoryItem robotRepositoryItem, bool resolve, bool message ) : RobotType

Method Details

createRobotProxy() public method

public createRobotProxy ( IHostManager hostManager, RobotSpecification robotSpecification, IRobotStatics statics, IRobotPeer peer ) : IHostingRobotProxy
hostManager IHostManager
robotSpecification robocode.control.RobotSpecification
statics IRobotStatics
peer IRobotPeer
return IHostingRobotProxy

getReferencedClasses() public method

public getReferencedClasses ( IRobotRepositoryItem par0 ) : String[]
par0 IRobotRepositoryItem
return String[]

getRobotType() public method

public getRobotType ( IRobotRepositoryItem robotRepositoryItem, bool resolve, bool message ) : RobotType
robotRepositoryItem IRobotRepositoryItem
resolve bool
message bool
return net.sf.robocode.repository.RobotType