C# Class 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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
actualData System.UInt32

Méthodes publiques

Méthode Description
UInt32Class ( UInt32 interger ) : System

Constructor to fill actualData

Method Details

UInt32Class() public méthode

Constructor to fill actualData
public UInt32Class ( UInt32 interger ) : System
interger System.UInt32
Résultat System

Property Details

actualData public_oe property

The actual data hold.
public UInt32,System actualData
Résultat System.UInt32