IConstructionReturnMessage Interfejs

Definicja

IMethodReturnMessage Identyfikuje obiekt zwracany po próbie aktywowania obiektu zdalnego.

public interface class IConstructionReturnMessage : System::Runtime::Remoting::Messaging::IMethodReturnMessage
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
type IConstructionReturnMessage = interface
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionReturnMessage = interface
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
Public Interface IConstructionReturnMessage
Implements IMethodReturnMessage
Pochodne
Atrybuty
Implementuje

Uwagi

Komunikat, który implementuje IConstructionReturnMessage zwraca wynik żądania budowy wysłanego za pomocą .IConstructionCallMessage

Właściwości

ArgCount

Pobiera liczbę argumentów przekazanych do metody .

(Odziedziczone po IMethodMessage)
Args

Pobiera tablicę argumentów przekazanych do metody .

(Odziedziczone po IMethodMessage)
Exception

Pobiera wyjątek zgłoszony podczas wywołania metody.

(Odziedziczone po IMethodReturnMessage)
HasVarArgs

Pobiera wartość wskazującą, czy komunikat ma argumenty zmiennych.

(Odziedziczone po IMethodMessage)
LogicalCallContext

Pobiera metodę LogicalCallContext dla bieżącego wywołania metody.

(Odziedziczone po IMethodMessage)
MethodBase

Pobiera metodę MethodBase o nazwie .

(Odziedziczone po IMethodMessage)
MethodName

Pobiera nazwę wywoływanej metody.

(Odziedziczone po IMethodMessage)
MethodSignature

Pobiera obiekt zawierający sygnaturę metody.

(Odziedziczone po IMethodMessage)
OutArgCount

Pobiera liczbę argumentów w wywołaniu metody oznaczonym jako ref lub out parametrów.

(Odziedziczone po IMethodReturnMessage)
OutArgs

Zwraca określony argument oznaczony jako ref parametr lub out .

(Odziedziczone po IMethodReturnMessage)
Properties

Pobiera obiekt IDictionary reprezentujący kolekcję właściwości komunikatu.

(Odziedziczone po IMessage)
ReturnValue

Pobiera wartość zwracaną wywołania metody.

(Odziedziczone po IMethodReturnMessage)
TypeName

Pobiera pełną Type nazwę określonego obiektu, dla którego jest przeznaczone wywołanie.

(Odziedziczone po IMethodMessage)
Uri

Pobiera identyfikator URI określonego obiektu, dla którego jest przeznaczone wywołanie.

(Odziedziczone po IMethodMessage)

Metody

GetArg(Int32)

Pobiera określony argument jako .Object

(Odziedziczone po IMethodMessage)
GetArgName(Int32)

Pobiera nazwę argumentu przekazanego do metody .

(Odziedziczone po IMethodMessage)
GetOutArg(Int32)

Zwraca określony argument oznaczony jako ref parametr lub out .

(Odziedziczone po IMethodReturnMessage)
GetOutArgName(Int32)

Zwraca nazwę określonego argumentu oznaczonego ref jako parametr lub out .

(Odziedziczone po IMethodReturnMessage)

Dotyczy