C# Class Nexus.Client.Mods.Formats.OMod.OMod.FileInfo

Describes a file stored in the internally compressed streams of an OMod.
Exibir arquivo Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
FileInfo ( string p_strFileName, UInt32 p_uinCRC, System.Int64 p_intLength ) : System

A simple constructor that initializes the object with the given values.

ToString ( ) : string

Returns a string representation of the file info.

A FileInfo is represented by the name of the file.

Method Details

FileInfo() public method

A simple constructor that initializes the object with the given values.
public FileInfo ( string p_strFileName, UInt32 p_uinCRC, System.Int64 p_intLength ) : System
p_strFileName string The name of the file.
p_uinCRC System.UInt32 The CRC of the file.
p_intLength System.Int64 The length of the file.
return System

ToString() public method

Returns a string representation of the file info.
A FileInfo is represented by the name of the file.
public ToString ( ) : string
return string