System.Runtime.InteropServices.ComTypes.DESCKIND Enumeration

Identifies the type description being bound to.

Syntax

public enum DESCKIND

Remarks

For more information about the DESCKIND enumeration, see the MSDN Library.

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.

Members

Member NameDescription
DESCKIND_FUNCDESC

Indicates that a System.Runtime.InteropServices.FUNCDESC structure was returned.

DESCKIND_IMPLICITAPPOBJ

Indicates that an IMPLICITAPPOBJ was returned.

DESCKIND_MAX

Indicates an end-of-enumeration marker.

DESCKIND_NONE

Indicates that no match was found.

DESCKIND_TYPECOMP

Indicates that a TYPECOMP was returned.

DESCKIND_VARDESC

Indicates that a VARDESC was returned.

Requirements

Namespace: System.Runtime.InteropServices.ComTypes
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0