Platform::STAThreadAttribute 类

指示应用程序的线程模型是单线程单元 (STA)。

语法

public ref class STAThreadAttribute sealed : Attribute

成员

公共构造函数

名称 描述
STAThreadAttribute 构造函数 1 初始化 类的新实例。

公共方法

STAThreadAttribute 属性继承自 Platform::Object 类。 STAThreadAttribute 还会重载或具有以下成员:

名称 描述
STAThreadAttribute::Equals 确定指定对象是否等于当前对象。
STAThreadAttribute::GetHashCode 返回此 实例的哈希代码。
STAThreadAttribute::ToString 返回表示当前 对象的一个字符串。

继承层次结构

Platform

要求

标头: collection.h

命名空间: Platform

STAThreadAttribute constructor

初始化 STAThreadAttribute 类的新实例。

语法

public:STAThreadAttribute();

STAThreadAttribute::Equals

确定指定对象是否等于当前对象。

语法

public:virtual override bool Equals( Object^ obj );

参数

obj
要比较的对象。

返回值

如果对象相等,则为 true;否则为 false

STAThreadAttribute::GetHashCode

返回此 实例的哈希代码。

语法

public:int GetHashCode();

返回值

此实例的哈希代码。

STAThreadAttribute::ToString

返回表示当前 对象的一个字符串。

语法

public:String^ ToString();

返回值

表示当前 对象的字符串。

另请参阅

Platform 命名空间