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 | |
---|---|---|
![]() |
Id | Gets the unique ID of each metadata object. (Inherited from MetadataObject.) |
![]() |
IsCached | Determines whether the metadata object is cached or not. (Inherited from MetadataObject.) |
![]() |
MethodInstanceType | Gets the type of the MethodInstance object. |
![]() |
Name | Gets the name of the metadata object. (Inherited from MetadataObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsLocalizedDisplayName | Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
GetById | Gets a MethodInstance object given its ID. |
![]() |
GetDefaultDisplayName | Gets the default display name of the metadata object. (Inherited from MetadataObject.) |
![]() |
GetFilters | Gets the filters associated with this MethodInstance object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLocalizedDisplayName | Gets the localized display name of the metadata object. (Inherited from MetadataObject.) |
![]() |
GetMethod | Gets the method this MethodInstance object belongs to. |
![]() |
GetProperties | Gets the properties associated with the metadata object. (Inherited from MetadataObject.) |
![]() |
GetReturnTypeDescriptor | Gets the return type descriptor for this MethodInstance object. |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes a MethodInstance object. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace