Class Expression
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class Expression : Fundamental
- Inheritance
-
Expression
- Derived
- Inherited Members
Constructors
Expression(IntPtr)
public Expression(IntPtr handle)
Parameters
handle
IntPtr
Methods
Bind(Object, string, Object?)
public ExpressionWatch Bind(Object target, string property, Object? @this)
Parameters
Returns
Evaluate(Object?, Value)
public bool Evaluate(Object? @this, Value value)
Parameters
Returns
GetValueType()
public Type GetValueType()
Returns
IsStatic()
public bool IsStatic()
Returns
Ref()
public Expression Ref()
Returns
Unref()
public void Unref()
Watch(Object?, ExpressionNotify)
public ExpressionWatch Watch(Object? @this, ExpressionNotify notify)
Parameters
this
Objectnotify
ExpressionNotify