This documentation is archived and is not being maintained.

ResourceType Enumeration

Specifies the defined native object types.

Namespace:  System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public enum class ResourceType

Member nameDescription
UnknownAn unknown object type.
FileObjectA file or directory.
ServiceA Windows service.
PrinterA printer.
RegistryKeyA registry key.
LMShareA network share.
KernelObjectA local kernel object.
WindowObjectA window station or desktop object on the local computer.
DSObjectA directory service (DS) object or a property set or property of a directory service object.
DSObjectAllA directory service object and all of its property sets and properties.
ProviderDefinedAn object defined by a provider.
WmiGuidObjectA Windows Management Instrumentation (WMI) object.
RegistryWow6432KeyAn object for a registry entry under WOW64.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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: