Share via


CompiledEffect Members

The following tables list the members exposed by the CompiledEffect type.

Public Constructors

Name Description
Public Method CompiledEffect Creates a new instance of the CompiledEffect class.

Public Properties

Name Description
Public Property ErrorsAndWarnings Gets any errors and warnings generated by compiling the effect.
Public Property Success Indicates whether the effect was compiled successfully.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetEffectCode Gets the compiled byte code for this shader.
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

CompiledEffect Structure
Microsoft.Xna.Framework.Graphics Namespace