This topic has not yet been rated - Rate this topic

ConfigurationMethodInstance Class

IIS 7.0

Represents an instance of a ConfigurationMethod.

System..::..Object
  Microsoft.Web.Administration..::..ConfigurationMethodInstance

Namespace:  Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
public sealed class ConfigurationMethodInstance

The ConfigurationMethodInstance type exposes the following members.

  Name Description
Public property Input Gets the configuration element that is used as input for the configuration method instance.
Public property Output Gets the configuration element that is used as output for the configuration method instance.
Top
  Name Description
Public method Equals (Inherited from Object.)
Public method Execute Executes the method that this ConfigurationMethodInstance object represents.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMetadata Returns metadata values from the method schema.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetMetadata Sets metadata for the current method.
Public method ToString (Inherited from Object.)
Top

To create a ConfigurationMethodInstance object, use the CreateInstance method of a ConfigurationMethod object.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ