[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public class SifContext
Public Class SifContext
public ref class SifContext
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Create(String) |
Creates a SIFContext object with the given name. If the name
matches a context name already defined by the ADK, that context will
be returned.
| |
| DEFAULT |
The SifContext instance representing the SIF_Default context
| |
| Equals(Object) |
Evaluates the native wrapped value of this object to see if
it equals the value of the compared object, using a case-insensitive comparison
(Overrides Object.Equals(Object).) | |
| GetHashCode()() |
Returns a case-insensitive hashcode, based on the context name
(Overrides Object.GetHashCode()().) | |
| Name |
Returns the name of this context (e.g. SIF_Default)
|
| Object | |
| SifContext | |