Binary Class

Note: This API is now obsolete.

Represents binary data.

Inheritance Hierarchy

System.Object
  TcHmiSrv.Binary
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

[ObsoleteAttribute("Type 'TcHmiSrv.Binary' is obsolete. Use type 'byte[]' instead.")]
public class Binary : IEquatable<Binary>, 
    IDisposable

The Binary type exposes the following members.

Constructors

 

Name

Description

Binary Class 1:

Binary.

Initializes a new instance of the Binary class.

Binary Class 2:

Binary(.Byte.)

Initializes a new instance of the Binary class with the specified Byte array.

Binary Class 3:

Binary(.Byte., Int32)

Initializes a new instance of the Binary class with the specified Byte array and length.

Binary Class 4:

Binary(.Byte., UInt32)

Initializes a new instance of the Binary class with the specified Byte array and length.

Properties

 

Name

Description

Binary Class 5:

Data

Contains the data of the binary string.

Binary Class 6:

Empty

Gets a value that indicates whether the Binary is empty.

Binary Class 7:

Size

Represents the size of the binary string.

Binary Class 8:

Valid

Gets a value that indicates whether the Binary is valid.

Methods

 

Name

Description

Binary Class 9:

Dispose.

Releases all resources used by the Binary

Binary Class 10:

Dispose(Boolean)

Releases the unmanaged resources used by the Binary and optionally releases the managed resources

Binary Class 11:

Equals(Binary)

Indicates whether the current Binary is equal to another Binary.

Binary Class 12:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

Binary Class 13:

Finalize

(Overrides Object.Finalize..)

Binary Class 14:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

Binary Class 15:

GetType

Gets the Type of the current instance. (Inherited from Object.)

Binary Class 16:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Binary Class 17:

set_binary(.Byte., Int32)

Sets the binary data to the specified Byte array using the specified length.

Binary Class 18:

set_binary(.Byte., UInt32)

Sets the binary data to the specified Byte array using the specified length.

Binary Class 19:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Binary Class 20:

Binary Class 21:

Equality

Determines whether two instances of the Binary class are equal.

Binary Class 22:

Binary Class 23:

.(Binary to .Byte.)

Converts an instance of the Binary class to the appropriate Byte array.

Binary Class 24:

Binary Class 25:

.(Binary to Decimal)

Converts an instance of the Binary class to the appropriate Decimal.

Binary Class 26:

Binary Class 27:

.(.Byte. to Binary)

Converts a Byte array to the appropriate instance of the Binary class.

Binary Class 28:

Binary Class 29:

.(Decimal to Binary)

Converts a Decimal to the appropriate instance of the Binary class.

Binary Class 30:

Binary Class 31:

Inequality

Determines whether two instances of the Binary class are not equal.

Reference

TcHmiSrv Namespace