Show / Hide Table of Contents

Struct ResourceFile

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct ResourceFile

Properties

| Edit this page View Source

AproximateSize

Declaration
public double AproximateSize { readonly get; set; }
Property Value
Type Description
double
| Edit this page View Source

CheckSum

Declaration
public ulong CheckSum { readonly get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

FileType

Declaration
public byte FileType { readonly get; set; }
Property Value
Type Description
byte
| Edit this page View Source

IsAutoDownload

Declaration
public bool? IsAutoDownload { readonly get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

Md5

Declaration
public byte[] Md5 { readonly get; set; }
Property Value
Type Description
byte[]
| Edit this page View Source

Name

Declaration
public string Name { readonly get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX