C# 클래스 ZForge.Controls.ExplorerBar.DLLVERSIONINFO

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

공개 프로퍼티들

프로퍼티 타입 설명
cbSize int
dwBuildNumber int
dwMajorVersion int
dwMinorVersion int
dwPlatformID int

프로퍼티 상세

cbSize 공개적으로 프로퍼티

Size of the structure, in bytes. This member must be filled in before calling the function
public int cbSize
리턴 int

dwBuildNumber 공개적으로 프로퍼티

Build number of the DLL. If the DLL's version is 4.0.950, this value will be 950
public int dwBuildNumber
리턴 int

dwMajorVersion 공개적으로 프로퍼티

Major version of the DLL. If the DLL's version is 4.0.950, this value will be 4
public int dwMajorVersion
리턴 int

dwMinorVersion 공개적으로 프로퍼티

Minor version of the DLL. If the DLL's version is 4.0.950, this value will be 0
public int dwMinorVersion
리턴 int

dwPlatformID 공개적으로 프로퍼티

Identifies the platform for which the DLL was built
public int dwPlatformID
리턴 int