Microsoft DirectX 9.0 SDK Update (October 2004)

Container Class

Language:

Note: This documentation is preliminary and is subject to change.

A diagnostics container. Contains properties and other containers.

Definition

Visual Basic .NET Public Class Container
   Inherits MarshalByRefObject 
   Implements IDisposable
C# public class Container : MarshalByRefObject,
   IDisposable
Managed C++ public __gc class Container  : public MarshalByRefObject,
   IDisposable
JScript .NET 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.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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