C# 클래스 DNSManagement.WMIVersion

WMI Version
파일 보기 프로젝트 열기: drorgl/MSDNSWebAdmin

공개 메소드들

메소드 설명
ToString ( ) : string

Displays the version in Microsoft's way

WMIVersion ( UInt32 version ) : System

Initializes an instance from UInt32 version value

비공개 메소드들

메소드 설명
ToHex ( ) : string

Converts the version to HEX

메소드 상세

ToString() 공개 메소드

Displays the version in Microsoft's way
public ToString ( ) : string
리턴 string

WMIVersion() 공개 메소드

Initializes an instance from UInt32 version value
public WMIVersion ( UInt32 version ) : System
version System.UInt32
리턴 System