Skip to content

AttrDef Class

Jared Atkinson edited this page Nov 4, 2015 · 5 revisions

Syntax

public class AttrDef
{
    // Properties
    public readonly string Name;
    public readonly uint Type;
    public readonly uint DisplayRule;
    public readonly string CollationRule;
    public readonly ATTR_DEF_ENTRY Flags;
    public readonly ulong MinSize;
    public readonly ulong MaxSize;

    // Static Methods
    public static AttrDef[] GetInstances(string volume)
    public static AttrDef[] GetInstancesByPath(string path)
}

Properties

Methods

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally