This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ConstructionResponse Members
Public:
Constructor
Properties
ArgCount (inherited from MethodResponse) |
[To be supplied.] |
Args (inherited from MethodResponse) |
[To be supplied.] |
Exception (inherited from MethodResponse) |
[To be supplied.] |
HasVarArgs (inherited from MethodResponse) |
[To be supplied.] |
MethodName (inherited from MethodResponse) |
[To be supplied.] |
MethodSignature (inherited from MethodResponse) |
[To be supplied.] |
OutArgCount (inherited from MethodResponse) |
The number of out arguments. |
OutArgs (inherited from MethodResponse) |
[To be supplied.] |
Properties |
[To be supplied.] |
ReturnValue (inherited from MethodResponse) |
[To be supplied.] |
TypeName (inherited from MethodResponse) |
[To be supplied.] |
URI (inherited from MethodResponse) |
[To be supplied.] |
Methods
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetArg (inherited from MethodResponse) |
[To be supplied.] |
GetArgName (inherited from MethodResponse) |
[To be supplied.] |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetObjectData (inherited from MethodResponse) |
[To be supplied.] |
GetOutArg (inherited from MethodResponse) |
[To be supplied.] |
GetOutArgName (inherited from MethodResponse) |
Return the name of a specific out argument. |
GetType (inherited from Object) |
Gets the Type of the Object. |
HeaderHandler (inherited from MethodResponse) |
[To be supplied.] |
RootSetObjectData (inherited from MethodResponse) |
[To be supplied.] |
SetObjectData (inherited from MethodResponse) |
[To be supplied.] |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Fields
_CallContext (inherited from MethodResponse) |
[To be supplied.] |
_ExternalProperties (inherited from MethodResponse) |
[To be supplied.] |
_Fault (inherited from MethodResponse) |
[To be supplied.] |
_InternalProperties (inherited from MethodResponse) |
[To be supplied.] |
_MethodName (inherited from MethodResponse) |
[To be supplied.] |
_MethodSignature (inherited from MethodResponse) |
[To be supplied.] |
_MI (inherited from MethodResponse) |
[To be supplied.] |
_OutArgs (inherited from MethodResponse) |
[To be supplied.] |
_Return (inherited from MethodResponse) |
[To be supplied.] |
_TypeName (inherited from MethodResponse) |
[To be supplied.] |
_URI (inherited from MethodResponse) |
[To be supplied.] |
Protected:
Methods
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
ConstructionResponse Class | System.Runtime.Remoting Namespace