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
boolconstructArguments
ConstructArgument[]
StringObject(IntPtr, bool)
protected StringObject(IntPtr ptr, bool ownedRef)
Parameters
Fields
StringPropertyDefinition
public static readonly Property<string?, StringObject> StringPropertyDefinition
Field Value
Properties
String
public string? String { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetString()
public string GetString()
Returns
New(string)
public static StringObject New(string @string)
Parameters
string
string