mscorlib(4.0.0.0) API with additions
IConstructionCallMessage.cs
1 using System.Collections;
4 using System.Security;
5 
7 {
9  [ComVisible(true)]
11  {
16  {
17  [SecurityCritical]
18  get;
19  [SecurityCritical]
20  set;
21  }
22 
27  {
28  [SecurityCritical]
29  get;
30  }
31 
35  string ActivationTypeName
36  {
37  [SecurityCritical]
38  get;
39  }
40 
45  {
46  [SecurityCritical]
47  get;
48  }
49 
54  {
55  [SecurityCritical]
56  get;
57  }
58  }
59 }
string ActivationTypeName
Gets the full type name of the remote type to activate.
Represents the construction call request of an object.
Represents a non-generic collection of objects that can be individually accessed by index.
Definition: IList.cs:8
Defines the method call message interface.
Definition: __Canon.cs:3
Type ActivationType
Gets the type of the remote object to activate.
Contains methods to create types of objects locally or remotely, or obtain references to existing rem...
Definition: Activator.cs:21
object [] CallSiteActivationAttributes
Gets the call site activation attributes.
Represents type declarations: class types, interface types, array types, value types,...
Definition: Type.cs:18
Defines the method message interface.
Contains communication data sent between cooperating message sinks.
Definition: IMessage.cs:9
Provides the basic functionality for a remoting activator class.
Definition: IActivator.cs:8
IList ContextProperties
Gets a list of context properties that define the context in which the object is to be created.