C# Class OpenRA.FileSystem.InstallShieldPackage.Entry

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
Length uint
Offset uint

Public Methods

Method Description
Entry ( uint offset, uint length ) : System

Method Details

Entry() public method

public Entry ( uint offset, uint length ) : System
offset uint
length uint
return System

Property Details

Length public property

public uint Length
return uint

Offset public property

public uint Offset
return uint