LongType 类

定义

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

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

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

注解

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

方法

Equals(Object)

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

(继承自 Object)
FromObject(Object)

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

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

FromString(String)

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

返回与指定的字符串相对应的 Long 值。Returns a Long 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)

适用于