RemoteMethodData Struct

Definition

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
RemoteMethodData
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.

Applies to