ComClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a COM class that is described in a manifest.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ComClass
[System.Runtime.InteropServices.ComVisible(false)]
public class ComClass
[<System.Runtime.InteropServices.ComVisible(false)>]
type ComClass = class
Public Class ComClass
- Inheritance
-
ComClass
- Attributes
Constructors
ComClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ComClass class. |
Properties
ClsId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the class identifier (ClsId) for a ComClass object. |
Description |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the description of a ComClass object. |
ProgId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the programmatic identifier (ProgId) of a ComClass object. |
ThreadingModel |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the threading model of a ComClass object. |
TlbId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that is the identifier of the type library that contains type information about the class. |
XmlClsId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the ClsId property to an XML file. |
XmlDescription |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the Description property to an XML file. |
XmlProgId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the ProgId property to an XML file. |
XmlThreadingModel |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the ThreadingModel property to an XML file. |
XmlTlbId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a property that is used to serialize the TlbId property to an XML file. |