Click or drag to resize

HostedGameModeClient Methods

The HostedGameModeClient type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNativeHandle
Gets the handle of the native with the specified name.
Public methodGetType (Inherited from Object.)
Public methodInvokeNative
Invokes a native using the specified data buffer.
Public methodPrint
Prints the specified text to the server console.
Public methodRegisterCallback(String, Object, MethodInfo, CallbackParameterInfo)
Registers a callback with the specified name. When the callback is called, the specified methodInfo will be invoked on the specified target.
Public methodRegisterCallback(String, Object, MethodInfo, CallbackParameterInfo, Type)
Registers a callback with the specified name. When the callback is called, the specified methodInfo will be invoked on the specified target.
Public methodRun
Runs the game mode of this runner.
Public methodShutDown
Shuts down the server after the current callback has been processed.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodRegisterCallback(String, Object, MethodInfo)Overloaded.
Registers a callback with the specified name. When the callback is called, the specified methodInfo will be invoked on the specified target.
(Defined by GameModeClientExtensions.)
Public Extension MethodRegisterCallback(String, Object, MethodInfo, Type)Overloaded.
Registers a callback with the specified name. When the callback is called, the specified methodInfo will be invoked on the specified target.
(Defined by GameModeClientExtensions.)
Public Extension MethodRegisterCallbacksInObject
Registers all callbacks in the specified target object. Instance methods with a CallbackAttribute attached will be loaded.
(Defined by GameModeClientExtensions.)
Top
See Also