HandlerModule
Object Hierarchy:
Description:
[
Version ( since =
"0.3" ) ]
public class HandlerModule :
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 Type handler_type { get; }
Once loaded, this contain the type of the
VSGI.Handler provided by this.
- public string name { get; construct; }
The name of the server implementation.
- public string path { get; construct; }
Path from which the module is loaded.
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