ServerModule
Object Hierarchy:
Description:
[
Version ( since =
"0.3" ) ]
public class ServerModule :
TypeModule
Content:
Properties:
- public string? directory { get; construct; }
The directory from which the shared library will be searched, or 'null' to
search in standard locations.
- public string name { get; construct; }
The name of the server implementation.
- public string path { get; construct; }
Path from which the module is loaded.
- public Type server_type { get; }
Once loaded, this contain the type of the
VSGI.Server provided by this.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.TypeModule
All known members inherited from class GLib.Object
All known members inherited from interface GLib.TypePlugin