Container Class

Language:

A diagnostics container. Contains properties and other containers.

Definition

Visual Basic Public Class Container
    Inherits MarshalByRefObject
    Implements IDisposable
C# public class Container : MarshalByRefObject, IDisposable
C++ public ref class Container : MarshalByRefObject, IDisposable
JScript public class Container extends MarshalByRefObject implements IDisposable

Members Table

Method Description
Container Initializes a new instance of the Container class.
Dispose Immediately releases the unmanaged resources used by an object.
Finalize Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.
GetContainer Retrieves a container with a specified name or index.
GetProperty Retrieves a property with a specified name or index.
Property Description
Containers Retrieves a ContainerList object that holds the containers for the current container object.
NumberContainers Retrieves the number of containers stored in the ContainerList.
NumberProperties Retrieves the number of properties stored in the PropertyList.
Properties Retrieves a PropertyList object that holds the properties for the current container object.

Inheritance Hierarchy

Object Leave Site
MarshalByRefObject Leave Site
Container

Class Information

Namespace Microsoft.DirectX.Diagnostics
Assembly Microsoft.DirectX.Diagnostics (microsoft.directx.diagnostics.dll)
Strong Name Microsoft.DirectX.Diagnostics,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center