IConstructionCallMessage 인터페이스

정의

개체의 생성 호출 요청을 나타냅니다.

public interface class IConstructionCallMessage : System::Runtime::Remoting::Messaging::IMethodCallMessage
public interface IConstructionCallMessage : System.Runtime.Remoting.Messaging.IMethodCallMessage
[System.Runtime.InteropServices.ComVisible(true)]
public interface IConstructionCallMessage : System.Runtime.Remoting.Messaging.IMethodCallMessage
type IConstructionCallMessage = interface
    interface IMethodCallMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionCallMessage = interface
    interface IMethodCallMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionCallMessage = interface
    interface IMessage
    interface IMethodCallMessage
    interface IMethodMessage
Public Interface IConstructionCallMessage
Implements IMethodCallMessage
파생
특성
구현

설명

호출 하 여 새 클라이언트 활성 개체의 인스턴스를 만들 때 new 하거나 Activator.CreateInstance 스레드가 사용자 코드를 반환 하기 전에 IConstructionCallMessage 원격 애플리케이션에 전송 됩니다. 원격 활성기를에서 처리 된 생성 메시지를 원격 애플리케이션에 도착 하는 경우 (하나 이상의 지정 된 기본은 Activator 속성) 및 새 개체가 만들어집니다. Remoting 애플리케이션이 다음 반환을 IConstructionReturnMessage 로컬 애플리케이션입니다. 합니다 IConstructionReturnMessage 인스턴스가 포함 된 ObjRef, 원격 개체에 대 한 정보를 패키지 하는 합니다. 원격 인프라에 변환 된 ObjRef 사용자 코드에 반환 되는 원격 개체에 프록시 인스턴스.

속성

ActivationType

활성화할 원격 개체의 형식을 가져옵니다.

ActivationTypeName

활성화할 원격 형식의 전체 형식 이름을 가져옵니다.

Activator

원격 개체를 활성화하는 활성기를 가져오거나 설정합니다.

ArgCount

‘메서드에 전달된 인수의 개수를 가져옵니다.

(다음에서 상속됨 IMethodMessage)
Args

메서드에 전달된 인수의 배열을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
CallSiteActivationAttributes

호출 사이트 활성화 특성을 가져옵니다.

ContextProperties

개체를 생성할 컨텍스트를 정의하는 컨텍스트 속성 목록을 가져옵니다.

HasVarArgs

메시지에 가변 인수가 있는지 나타내는 값을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
InArgCount

out 매개 변수로 표시되지 않는 호출의 인수 개수를 가져옵니다.

(다음에서 상속됨 IMethodCallMessage)
InArgs

out 매개 변수로 표시되지 않는 인수의 배열을 가져옵니다.

(다음에서 상속됨 IMethodCallMessage)
LogicalCallContext

현재 메서드 호출에 대한 LogicalCallContext를 가져옵니다.

(다음에서 상속됨 IMethodMessage)
MethodBase

호출된 메서드의 MethodBase를 가져옵니다.

(다음에서 상속됨 IMethodMessage)
MethodName

호출된 메서드의 이름을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
MethodSignature

메서드 시그니처가 들어 있는 개체를 가져옵니다.

(다음에서 상속됨 IMethodMessage)
Properties

메시지의 속성 컬렉션을 나타내는 IDictionary를 가져옵니다.

(다음에서 상속됨 IMessage)
TypeName

호출이 향하는 특정 개체의 전체 Type 이름을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
Uri

호출이 향하는 특정 개체의 URI를 가져옵니다.

(다음에서 상속됨 IMethodMessage)

메서드

GetArg(Int32)

특정 인수를 Object로 가져옵니다.

(다음에서 상속됨 IMethodMessage)
GetArgName(Int32)

메서드에 전달된 인수의 이름을 가져옵니다.

(다음에서 상속됨 IMethodMessage)
GetInArg(Int32)

out 매개 변수로 표시되지 않는 지정된 인수를 반환합니다.

(다음에서 상속됨 IMethodCallMessage)
GetInArgName(Int32)

out 매개 변수로 표시되지 않는 지정된 인수의 이름을 반환합니다.

(다음에서 상속됨 IMethodCallMessage)

적용 대상