IContextAttribute Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Identifies a context attribute.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IContextAttribute

NameDescription
System_CAPS_pubmethodGetPropertiesForNewContext(IConstructionCallMessage^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns context properties to the caller in the given message.

System_CAPS_pubmethodIsContextOK(Context^, IConstructionCallMessage^)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Boolean value indicating whether the specified context meets the context attribute's requirements.

The IContextAttribute class is exposed from all context attributes. The attributes contribute a property that resides in a context and enforces a specific policy for the objects created in that context. For more information about using attributes, see Extending Metadata Using Attributes.

.NET Framework
Available since 1.1
Return to top
Show: