RemoteParameterData Struct

Definition

Provides information about a parameter or return value of a method that belongs to a type that components can access across application domain and process boundaries.

public value class RemoteParameterData
[System.Serializable]
public struct RemoteParameterData
[<System.Serializable>]
type RemoteParameterData = struct
Public Structure RemoteParameterData
Inheritance
RemoteParameterData
Attributes

Remarks

The RemoteParameterData structure provides information about a parameter or return value of a method that belongs to a type that implements the IRemoteObjectContract interface.

Fields

Attributes

Represents the attributes of the method parameter that this RemoteParameterData describes.

DefaultValue

Represents the default value of the method parameter that this RemoteParameterData describes.

IsByRef

Indicates whether this RemoteParameterData describes a method parameter that is passed by reference.

IsParameterArray

Indicates whether this RemoteParameterData describes a method parameter that can have a variable number of arguments.

Name

Represents the name of the method parameter that this RemoteParameterData describes.

ParameterType

Represents the type of the method parameter or return value that this RemoteParameterData describes.

Position

Represents the position of the method parameter that this RemoteParameterData describes in relation to the other parameters of the method.

Applies to