ApplicationData class winrt

Inheritance
Mixed in types
Available Extensions

Constructors

ApplicationData(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
LocalFolder Pointer<COMObject>
no setterinherited
LocalSettings Pointer<COMObject>
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
RoamingFolder Pointer<COMObject>
no setterinherited
RoamingSettings Pointer<COMObject>
no setterinherited
RoamingStorageQuota int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TemporaryFolder Pointer<COMObject>
no setterinherited
Version int
no setterinherited

Methods

AddRef() int
inherited
ClearAllAsync() Pointer<COMObject>
inherited
ClearAsync(int locality) Pointer<COMObject>
inherited
GetIids(Pointer<Uint32> iidCount, Pointer<Pointer<GUID>> iids) int
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<NativeType>> ppvObject) int
inherited
Release() int
inherited
remove_DataChanged(int token) → void
inherited
SetVersionAsync(int desiredVersion, Pointer<NativeFunction<Function>> handler) Pointer<COMObject>
inherited
SignalDataChanged() → void
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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

Current() ApplicationData