Table of Contents

Class ConstructArgument

Namespace
GObject
Assembly
GObject-2.0.dll

Define the value of GProperty which can be used at the construct time.

public sealed class ConstructArgument : IDisposable
Inheritance
ConstructArgument
Implements
Inherited Members

Constructors

ConstructArgument(string, Value)

public ConstructArgument(string name, Value value)

Parameters

name string
value Value

Properties

Name

The GProperty name to set at the construct time.

public string Name { get; }

Property Value

string

Value

The value of the property.

public Value Value { get; }

Property Value

Value

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()