RemoteMethodData Struct
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.
Provides information about a method of a type that components can access across application domain and process boundaries.
public value class RemoteMethodData
[System.Serializable]
public struct RemoteMethodData
[<System.Serializable>]
type RemoteMethodData = struct
Public Structure RemoteMethodData
- Inheritance
- Attributes
Remarks
The RemoteMethodData structure provides information about a method of an object that implements the IRemoteObjectContract interface.
Fields
Attributes |
Represents the attributes of the method that this RemoteMethodData describes. |
MemberData |
Represents member data for the method that this RemoteMethodData describes. |
Parameters |
Represents information about the parameters of the method that this RemoteMethodData describes. |
ReturnParameter |
Represents information about the return value of the method that this RemoteMethodData describes. |