ByteType 类

定义

从 Visual Basic 2005 开始,此类已被否决。This class has been deprecated as of Visual Basic 2005.

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class ByteType sealed
public sealed class ByteType
[Microsoft.VisualBasic.CompilerServices.StandardModule]
public sealed class ByteType
type ByteType = class
[<Microsoft.VisualBasic.CompilerServices.StandardModule>]
type ByteType = class
Public NotInheritable Class ByteType
Public Module ByteType
继承
ByteType
属性

注解

此类提供一些方法,用于处理可能表示值的数据 ByteThis class provides methods for manipulating data that potentially represents a Byte value.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
FromObject(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

返回一个对应于指定对象的 Byte 值。Returns a Byte value that corresponds to the specified object.

FromString(String)

此 API 支持产品基础结构,不能在代码中直接使用。

返回与指定的字符串相对应的 Byte 值。Returns a Byte value that corresponds to the specified string.

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于