|  | DualTextureEffectBinding Methods | 
The DualTextureEffectBinding type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Creates a new EffectBinding that is a clone of the current instance.
            (Inherited from EffectBinding.) | 
|  | CloneCore | 
            Makes the instance a clone (deep copy) of the specified EffectBinding.
            (Overrides EffectBindingCloneCore(EffectBinding).) | 
|  | CreateInstanceCore | 
            When implemented in a derived class, creates a new instance of the 
            EffectBinding derived class. 
            (Overrides EffectBindingCreateInstanceCore.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | OnInitializeBindings | 
            Called when the effect technique and parameter bindings should be initialized.
            (Overrides EffectBindingOnInitializeBindings(IGraphicsService, IDictionaryString, Object).) | 
|  | SetT(EffectParameter, ActionDelegateParameterArrayBindingT, RenderContext, T) | 
            Sets a DelegateParameterArrayBindingT for the specified effect parameter.
            (Inherited from EffectBinding.) | 
|  | SetT(EffectParameter, FuncDelegateParameterBindingT, RenderContext, T) | 
            Sets a DelegateParameterBindingT for the specified effect parameter.
            (Inherited from EffectBinding.) | 
|  | SetT(EffectParameter, T) | 
            Sets a ConstParameterBindingT for the specified effect parameter.
            (Inherited from EffectBinding.) | 
|  | SetT(EffectParameter, T) | 
            Sets a ConstParameterArrayBindingT for the specified effect parameter.
            (Inherited from EffectBinding.) | 
|  | SetT(String, ActionDelegateParameterArrayBindingT, RenderContext, T) | 
            Sets a DelegateParameterArrayBindingT for the effect parameter with the 
            specified name.
            (Inherited from EffectBinding.) | 
|  | SetT(String, FuncDelegateParameterBindingT, RenderContext, T) | 
            Sets a DelegateParameterBindingT for the effect parameter with the specified
            name.
            (Inherited from EffectBinding.) | 
|  | SetT(String, T) | 
            Sets a ConstParameterBindingT for the effect parameter with the specified 
            name.
            (Inherited from EffectBinding.) | 
|  | SetT(String, T) | 
            Sets a ConstParameterArrayBindingT for the effect parameter with the 
            specified name.
            (Inherited from EffectBinding.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also