C# 클래스 Nexus.Client.Mods.Formats.OMod.OMod.FileInfo

Describes a file stored in the internally compressed streams of an OMod.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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