EffectHandle Class

Language:

Represents a handle to specific effects.

Definition

Visual Basic NotInheritable Public Class EffectHandle
    Inherits Object
C# public sealed class EffectHandle : Object
C++ public ref class EffectHandle sealed : Object
JScript public final class EffectHandle extends Object

Members Table

Method Description
Equals Returns a value that indicates whether the current instance is equal to a specified object.
Finalize Allows the EffectHandle object to free resources before it is destroyed by the garbage collector.
static (Shared in Visual Basic) FromString Creates an effect handle object from a string.
GetHashCode Returns the hash code for the current instance.
static (Shared in Visual Basic) op_Equality Compares the current instance of a class to another instance to determine whether they are the same.
static (Shared in Visual Basic) op_Implicit This method has the same functionality as FromString, but is not supported.
static (Shared in Visual Basic) op_Inequality Compares the current instance of a class to another instance to determine whether they are different.

Inheritance Hierarchy

Object Leave Site
EffectHandle

Remarks

An EffectHandle object is used as a unique identifier for a specific effect. Methods that work with effects often require the effect handle object of the effect.

Class Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  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