Binary Members
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data.Linq Namespace
Binary Class
Binary Class
Binary Members
Binary Constructor
Binary Methods
Binary Properties
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Binary Members
Represents an immutable block of binary data.
The
Binary
type exposes the following members.
Constructors
Name
Description
Binary
Initializes a new instance of the
Binary
class.
Top
Methods
Name
Description
Equals
Overloaded.
Determines whether two binary objects are equal.
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
(Inherited from
Object
.)
GetHashCode
Serves as a hash function for a particular type.
(Overrides
Object
.
.
::
.
GetHashCode
()
()
()
.)
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
ToArray
Returns an array of bytes that represents the current binary object.
ToString
Returns a
String
that represents the current binary object.
(Overrides
Object
.
.
::
.
ToString
()
()
()
.)
Top
Operators
Name
Description
Equality
Describes the equality relationship between two binary objects.
Implicit
Enables arrays of bytes to be implicitly coerced to the
Binary
type in a programming language.
Inequality
Describes the inequality relationship between two binary objects.
Top
Properties
Name
Description
Length
Gets the length of the binary object.
Top
See Also
Reference
Binary Class
System.Data.Linq Namespace
Tags :