Прочетете на английски Редактиране

Споделяне чрез


TYPEKIND Enum

Definition

Specifies various types of data and functions.

C#
public enum TYPEKIND
C#
[System.Serializable]
public enum TYPEKIND
Inheritance
TYPEKIND
Attributes

Fields

Name Value Description
TKIND_ENUM 0

A set of enumerators.

TKIND_RECORD 1

A structure with no methods.

TKIND_MODULE 2

A module that can have only static functions and data (for example, a DLL).

TKIND_INTERFACE 3

A type that has virtual functions, all of which are pure.

TKIND_DISPATCH 4

A set of methods and properties that are accessible through IDispatch::Invoke. By default, dual interfaces return TKIND_DISPATCH.

TKIND_COCLASS 5

A set of implemented components interfaces.

TKIND_ALIAS 6

A type that is an alias for another type.

TKIND_UNION 7

A union of all members that have an offset of zero.

TKIND_MAX 8

End-of-enumeration marker.

Remarks

For more information, see TYPEKIND enumeration.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0