RemoteMethodData 구조체

정의

구성 요소가 애플리케이션 도메인 및 프로세스 경계를 넘어 액세스할 수 있는 형식의 메서드에 대한 정보를 제공합니다.

public value class RemoteMethodData
[System.Serializable]
public struct RemoteMethodData
[<System.Serializable>]
type RemoteMethodData = struct
Public Structure RemoteMethodData
상속
RemoteMethodData
특성

설명

이 구조체는 RemoteMethodData 인터페이스를 구현하는 개체의 메서드에 IRemoteObjectContract 대한 정보를 제공합니다.

필드

Name Description
Attributes

RemoteMethodData 설명 하는 메서드의 특성을 나타냅니다.

MemberData

RemoteMethodData 설명 하는 메서드에 대 한 멤버 데이터를 나타냅니다.

Parameters

RemoteMethodData 설명 하는 메서드의 매개 변수에 대 한 정보를 나타냅니다.

ReturnParameter

RemoteMethodData 설명 하는 메서드의 반환 값에 대 한 정보를 나타냅니다.

적용 대상