ProxyStub 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 proxy in a ClickOnce application manifest. .
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class ProxyStub
[System.Runtime.InteropServices.ComVisible(false)]
public class ProxyStub
[<System.Runtime.InteropServices.ComVisible(false)>]
type ProxyStub = class
Public Class ProxyStub
- Inheritance
-
ProxyStub
- Attributes
Constructors
ProxyStub() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ProxyStub class. |
Properties
BaseInterface |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IID of the interface from which the interface described by the IID property is derived. |
IID |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IID of the interface for which the proxy is being declared. |
Name |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the component. |
NumMethods |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of methods in the component. |
TlbId |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets the GUID for the type library for the component. |
XmlBaseInterface |
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 BaseInterface property to an XML file. |
XmlIID |
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 IID property to an XML file. |
XmlName |
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 Name property to an XML file. |
XmlNumMethods |
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 NumMethods 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. |