Skip to content

List Class

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

Syntax

public class List
{
    // Properties
    public int Size;
    public string Signature;
    public bool Allocated;
    public ushort Count;
    public uint[] Offset;
}

Properties

Size - 
Signature - 
Allocated - 
Count - 
Offset - 

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally