InternalTest
Object Hierarchy:
Description:
[
CCode ( type_id =
"guestfs_internal_test_get_type ()" ) ]
public class InternalTest :
Object
An object encapsulating optional arguments for guestfs_session_internal_test.
Content:
Properties:
- public Tristate obool { get; set construct; }
A boolean.
- public int oint { get; set construct; }
A 32-bit integer.
- public int64 oint64 { get; set construct; }
A 64-bit integer.
- public string ostring { owned get; set construct; }
A string.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object