MethodInstanceStruct Members
Include Protected Members
Include Inherited Members
Contains methods and properties that handle the method instance structure.
The MethodInstanceStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MethodInstanceStruct(MethodInstance) | Initializes a new instance of the class. |
![]() |
MethodInstanceStruct(UInt32, String, Boolean, Int32, MethodInstanceType, Boolean, UInt32, UInt32, Guid) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) |
![]() |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) |
![]() |
IsDefault | Gets or sets whether the MethodInstance object is the default object. |
![]() |
MethodId | Gets or sets the method identifier (ID). |
![]() |
MethodInstanceType | Gets or sets the MethodInstance type. |
![]() |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) |
![]() |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) |
![]() |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) |
![]() |
ReturnTypeDescriptorId | Gets or sets the return TypeDescriptor identifier (ID). |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top