C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.UInt32Class

A class wraps UInt32. This class is used especially for some optional integer fields. To set it null means not the field of this type will not present, or else it is present.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
actualData System.UInt32

공개 메소드들

메소드 설명
UInt32Class ( UInt32 interger ) : System

Constructor to fill actualData

메소드 상세

UInt32Class() 공개 메소드

Constructor to fill actualData
public UInt32Class ( UInt32 interger ) : System
interger System.UInt32
리턴 System

프로퍼티 상세

actualData 공개적으로 프로퍼티

The actual data hold.
public UInt32,System actualData
리턴 System.UInt32