C# 클래스 Microsoft.Xna.Framework.GameServiceContainer

상속: IServiceProvider
파일 보기 프로젝트 열기: jocamar/Caravel 1 사용 예제들

공개 메소드들

메소드 설명
AddService ( Type type, object provider ) : void
AddService ( provider ) : void
GameServiceContainer ( ) : System
GetService ( Type type ) : object
GetService ( ) : T
RemoveService ( Type type ) : void

메소드 상세

AddService() 공개 메소드

public AddService ( Type type, object provider ) : void
type Type
provider object
리턴 void

AddService() 공개 메소드

public AddService ( provider ) : void
리턴 void

GameServiceContainer() 공개 메소드

public GameServiceContainer ( ) : System
리턴 System

GetService() 공개 메소드

public GetService ( Type type ) : object
type Type
리턴 object

GetService() 공개 메소드

public GetService ( ) : T
리턴 T

RemoveService() 공개 메소드

public RemoveService ( Type type ) : void
type Type
리턴 void