IConstructionCallMessage.CallSiteActivationAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the call site activation attributes.
public:
property cli::array <System::Object ^> ^ CallSiteActivationAttributes { cli::array <System::Object ^> ^ get(); };
public object[] CallSiteActivationAttributes { get; }
public object[] CallSiteActivationAttributes { [System.Security.SecurityCritical] get; }
member this.CallSiteActivationAttributes : obj[]
[<get: System.Security.SecurityCritical>]
member this.CallSiteActivationAttributes : obj[]
Public ReadOnly Property CallSiteActivationAttributes As Object()
Property Value
The call site activation attributes.
- Attributes
Exceptions
The immediate caller does not have infrastructure permission.
Remarks
The CallSiteActivationAttributes indexer allows you to specify additional attributes to use during object activation. The user specifies the CallSiteActivationAttributes in the activationAttributes
parameter to Activator.CreateInstance.