.NET Framework Class Library  

BitVector32 Members

BitVector32 overview

Public Constructors

public constructorBitVector32 Constructor

Supported by the .NET Compact Framework.

Overloaded. Initializes a new instance of the BitVector32 structure.

Public Properties

public propertyData

Supported by the .NET Compact Framework.

Gets the value of the BitVector32 as an integer.
public propertyItem Overloaded. Gets or sets the value of the specified section or bit flag.

In C#, this property is the indexer for the BitVector32 class.

Public Methods

public methodstatic (Shared in Visual Basic)CreateMask

Supported by the .NET Compact Framework.

Overloaded. Creates a series of masks that can be used to retrieve individual bits in a BitVector32 that is set up as bit flags.
public methodstatic (Shared in Visual Basic)CreateSection

Supported by the .NET Compact Framework.

Overloaded. Creates a series of sections that contain small integers.
public methodEquals

Supported by the .NET Compact Framework.

Overridden. Determines whether the specified object is equal to the BitVector32.
public methodGetHashCode

Supported by the .NET Compact Framework.

Overridden. Serves as a hash function for the BitVector32.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodToString

Supported by the .NET Compact Framework.

Overloaded. Overridden. See ValueType.ToString.

Protected Methods

protected methodFinalize (inherited from Object)

Supported by the .NET Compact Framework.

Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

BitVector32 Structure | System.Collections.Specialized Namespace