C# 클래스 net.sf.robocode.dotnet.host.DotnetHost

상속: IHost
파일 보기 프로젝트 열기: f13mash/roboyuddh

공개 메소드들

메소드 설명
createRobotProxy ( IHostManager hostManager, RobotSpecification robotSpecification, IRobotStatics statics, IRobotPeer peer ) : IHostingRobotProxy
getReferencedClasses ( IRobotRepositoryItem par0 ) : String[]
getRobotType ( IRobotRepositoryItem robotRepositoryItem, bool resolve, bool message ) : RobotType

메소드 상세

createRobotProxy() 공개 메소드

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

getReferencedClasses() 공개 메소드

public getReferencedClasses ( IRobotRepositoryItem par0 ) : String[]
par0 IRobotRepositoryItem
리턴 String[]

getRobotType() 공개 메소드

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