This documentation is archived and is not being maintained.
ResourceType Enumeration
Visual Studio 2010
Specifies the defined native object types.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Unknown | An unknown object type. | |
| FileObject | A file or directory. | |
| Service | A Windows service. | |
| Printer | A printer. | |
| RegistryKey | A registry key. | |
| LMShare | A network share. | |
| KernelObject | A local kernel object. | |
| WindowObject | A window station or desktop object on the local computer. | |
| DSObject | A directory service (DS) object or a property set or property of a directory service object. | |
| DSObjectAll | A directory service object and all of its property sets and properties. | |
| ProviderDefined | An object defined by a provider. | |
| WmiGuidObject | A Windows Management Instrumentation (WMI) object. | |
| RegistryWow6432Key | An object for a registry entry under WOW64. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: