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