C# 클래스 Gibbed.MassEffect3.FileFormats.FileNameHash

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A uint
B uint
C uint
D uint

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Compute ( string input ) : FileNameHash
Equals ( object obj ) : bool
FileNameHash ( byte bytes ) : System
FileNameHash ( uint a, uint b, uint c, uint d ) : System
GetHashCode ( ) : int
Sanitize ( char c ) : char
ToString ( ) : string
operator ( ) : bool

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Compute() 공개 정적인 메소드

public static Compute ( string input ) : FileNameHash
input string
리턴 FileNameHash

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FileNameHash() 공개 메소드

public FileNameHash ( byte bytes ) : System
bytes byte
리턴 System

FileNameHash() 공개 메소드

public FileNameHash ( uint a, uint b, uint c, uint d ) : System
a uint
b uint
c uint
d uint
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Sanitize() 공개 정적인 메소드

public static Sanitize ( char c ) : char
c char
리턴 char

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

A 공개적으로 프로퍼티

public uint A
리턴 uint

B 공개적으로 프로퍼티

public uint B
리턴 uint

C 공개적으로 프로퍼티

public uint C
리턴 uint

D 공개적으로 프로퍼티

public uint D
리턴 uint