Table of Contents

Class StringObject

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class StringObject : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
StringObject
Implements
Inherited Members

Constructors

StringObject(params ConstructArgument[])

public StringObject(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

StringObject(StringObjectHandle)

public StringObject(StringObjectHandle handle)

Parameters

handle StringObjectHandle

Fields

StringPropertyDefinition

public static readonly Property<string?, StringObject> StringPropertyDefinition

Field Value

Property<string, StringObject>

Properties

String

public string? String { get; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetString()

public string GetString()

Returns

string

New(string)

public static StringObject New(string @string)

Parameters

string string

Returns

StringObject