This topic has not yet been rated - Rate this topic

RuntimeClassType Enumeration

Visual Studio 2012

Specifies the type of RuntimeClass instance that is supported.

enum RuntimeClassType;

Name

Description

ClassicCom

A classic COM runtime class.

Delegate

Equivalent to ClassicCom.

InhibitFtmBase

Disables FtmBase support while __WRL_CONFIGURATION_LEGACY__ is not defined.

InhibitWeakReference

Disables weak reference support.

WinRt

A Windows Runtime class.

WinRtClassicComMix

A combination of WinRt and ClassicCom.

Header: implements.h

Namespace: Microsoft::WRL

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.