C# 클래스 PHashCS.HashEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: archvision/pHashImageRecognition

공개 프로퍼티들

프로퍼티 타입 설명
hash ulong
retCode int

공개 메소드들

메소드 설명
HashEventArgs ( int ret, ulong hash ) : System

메소드 상세

HashEventArgs() 공개 메소드

public HashEventArgs ( int ret, ulong hash ) : System
ret int
hash ulong
리턴 System

프로퍼티 상세

hash 공개적으로 프로퍼티

public ulong hash
리턴 ulong

retCode 공개적으로 프로퍼티

public int retCode
리턴 int