PropertyValue class
Represents a value in a property store (such as a PropertySet
instance).
- Available extensions
Constructors
-
PropertyValue.fromPtr(Pointer<
COMObject> ptr)
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
cast<
T extends IUnknown> (T creator(Pointer< COMObject> ), String iid) → T -
Available on IUnknown, provided by the IUnknownHelpers extension
Casts this COM object to an interface specified iniid
. -
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getIids(
Pointer< Uint32> iidCount, Pointer<Pointer< iids) → intGUID> > -
inherited
-
getRuntimeClassName(
Pointer< IntPtr> className) → int -
inherited
-
getTrustLevel(
Pointer< Int32> trustLevel) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryCast<
T extends IUnknown> (T creator(Pointer< COMObject> ), String iid) → T? -
Available on IUnknown, provided by the IUnknownHelpers extension
Tries to cast this COM object to an interface specified iniid
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createBoolean(
bool value) → IPropertyValue -
createBooleanArray(
List< bool> value) → IPropertyValue -
createChar16(
int value) → IPropertyValue -
createChar16Array(
List< int> value) → IPropertyValue -
createDateTime(
DateTime value) → IPropertyValue -
createDateTimeArray(
List< DateTime> value) → IPropertyValue -
createDouble(
double value) → IPropertyValue -
createDoubleArray(
List< double> value) → IPropertyValue -
createEmpty(
) → Pointer< COMObject> -
createGuid(
Guid value) → IPropertyValue -
createGuidArray(
List< Guid> value) → IPropertyValue -
createInspectable(
Object? value) → Pointer< COMObject> -
createInspectableArray(
List< Object?> value) → IPropertyValue -
createInt16(
int value) → IPropertyValue -
createInt16Array(
List< int> value) → IPropertyValue -
createInt32(
int value) → IPropertyValue -
createInt32Array(
List< int> value) → IPropertyValue -
createInt64(
int value) → IPropertyValue -
createInt64Array(
List< int> value) → IPropertyValue -
createPoint(
Point value) → IPropertyValue -
createPointArray(
List< Point> value) → IPropertyValue -
createRect(
Rect value) → IPropertyValue -
createRectArray(
List< Rect> value) → IPropertyValue -
createSingle(
double value) → IPropertyValue -
createSingleArray(
List< double> value) → IPropertyValue -
createSize(
Size value) → IPropertyValue -
createSizeArray(
List< Size> value) → IPropertyValue -
createString(
String value) → IPropertyValue -
createStringArray(
List< String> value) → IPropertyValue -
createTimeSpan(
Duration value) → IPropertyValue -
createTimeSpanArray(
List< Duration> value) → IPropertyValue -
createUInt16(
int value) → IPropertyValue -
createUInt16Array(
List< int> value) → IPropertyValue -
createUInt32(
int value) → IPropertyValue -
createUInt32Array(
List< int> value) → IPropertyValue -
createUInt64(
int value) → IPropertyValue -
createUInt64Array(
List< int> value) → IPropertyValue -
createUInt8(
int value) → IPropertyValue -
createUInt8Array(
List< int> value) → IPropertyValue