MethodInstance Members

Include Protected Members
Include Inherited Members

Describes how to call a method. A MethodInstance object is a reference to a method, plus the default values for the parameters.

The MethodInstance type exposes the following members.

Properties

  Name Description
Public property Id Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property IsCached Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property MethodInstanceType Gets the type of the MethodInstance object.
Public property Name Gets the name of the metadata object. (Inherited from MetadataObject.)

Top

Methods

  Name Description
Public method ContainsLocalizedDisplayName Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetById Gets a MethodInstance object given its ID.
Public method GetDefaultDisplayName Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetFilters Gets the filters associated with this MethodInstance object.
Public method GetHashCode (Inherited from Object.)
Public method GetLocalizedDisplayName Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetMethod Gets the method this MethodInstance object belongs to.
Public method GetProperties Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetReturnTypeDescriptor Gets the return type descriptor for this MethodInstance object.
Public method GetType (Inherited from Object.)
Protected method Initialize Initializes a MethodInstance object.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

MethodInstance Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace