Table of Contents

Class StringObject

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

Constructors

StringObject(bool, params ConstructArgument[])

protected StringObject(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

StringObject(IntPtr, bool)

protected StringObject(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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