System.Runtime.InteropServices.DESCKIND Enumeration

Use System.Runtime.InteropServices.ComTypes.DESCKIND instead.

Syntax

[System.Obsolete]
public enum DESCKIND

Remarks

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

Members

Member NameDescription
DESCKIND_FUNCDESC

Indicates that a System.Runtime.InteropServices.FUNCDESC 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
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0