RoomExtension Constructor |
Creates a new RoomExtension instance.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public RoomExtension(
string id,
string className
)
Parameters
- id
- Type: SystemString
The name of the Extension as deployed on the server; it's the name of the folder containing the Extension classes inside the main [sfs2x-install-folder]/SFS2X/extensions folder. - className
- Type: SystemString
The fully qualified name of the main class of the Extension.
Remarks See Also