|  | |
| Assembly | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class AssemblyShaderBytecodeProvider : ShaderBytecodeProvider
The AssemblyShaderBytecodeProvider type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AssemblyShaderBytecodeProvider | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ResourceAssembly | Gets an assembly that was used to create this AssemblyShaderResources | 
|  | ResourceRootName | Gets string that specifies the root name of the shaders | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Overridden Equals compares this instance with obj by reference and also by uses the same assembly and root name (Overrides ObjectEquals(Object)) | 
|  | GetAllResourceNames | Returns an array of strings that represents the resource names available in this ShaderBytecodeProvider. (Overrides ShaderBytecodeProviderGetAllResourceNames) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode) | 
|  | GetShaderBytecode | Gets bytes array of the compiled shader with resourceName or null if this class instance does not have this resource. (Overrides ShaderBytecodeProviderGetShaderBytecode(String)) | 
 See Also
See Also