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

Inheritance: IHost
Afficher le fichier Open project: f13mash/roboyuddh

Méthodes publiques

Méthode 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 méthode

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

getReferencedClasses() public méthode

public getReferencedClasses ( IRobotRepositoryItem par0 ) : String[]
par0 IRobotRepositoryItem
Résultat String[]

getRobotType() public méthode

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