PropertySystem Class |
Namespace: ShellBoost.Core.WindowsPropertySystem
public static class PropertySystem
The PropertySystem type exposes the following members.
Name | Description | |
---|---|---|
GetFindData |
Gets the Windows' WIN32_FIND_DATA structure for a given path.
| |
GetPathPropertyT |
Gets a typed property value for a given path.
| |
GetPropertyDescription(PropertyKey, Boolean) |
Gets the property description for a given property key.
| |
GetPropertyDescription(String, Boolean) |
Gets the property description using its canonical name.
| |
GetPropertyDescriptions |
Gets a list of property descriptions.
| |
NotifySchemaRefreshed |
Notifies all change notify handlers the schema was refreshed.
| |
NotifySchemaRefreshed(Guid) |
Notifies a change notify handler the schema was refreshed.
| |
RegisterPropertySchema |
Informs the schema subsystem of the addition of a property description schema file.
This function fails with a code of E_ACCESSDENIED if the calling context does not have proper privileges, which include write access to HKLM (HKEY_LOCAL_MACHINE). It is the responsibility of the calling application to obtain privileges through User Account Control (UAC) mechanisms.
| |
TryGetPathProperty |
Gets a property value for a given path.
| |
UnregisterPropertySchema |
Informs the schema subsystem of the removal of a property description schema file.
This function fails with a code of E_ACCESSDENIED if the calling context does not have proper privileges, which include write access to HKLM (HKEY_LOCAL_MACHINE). It is the responsibility of the calling application to obtain privileges through User Account Control (UAC) mechanisms.
|