C# Класс Nexus.Client.Mods.Formats.OMod.OMod.FileInfo

Describes a file stored in the internally compressed streams of an OMod.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FileInfo() публичный Метод

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.
Результат System

ToString() публичный Метод

Returns a string representation of the file info.
A FileInfo is represented by the name of the file.
public ToString ( ) : string
Результат string