Class H5SourceGeneratorAttribute
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
Indicates that the attributed partial class should be extended with generated bindings for the specified file.
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class H5SourceGeneratorAttribute : Attribute
- Inheritance
-
H5SourceGeneratorAttribute
- Inherited Members
Constructors
H5SourceGeneratorAttribute(string)
Initializes a new instance of the H5SourceGeneratorAttribute class.
public H5SourceGeneratorAttribute(string filePath)
Parameters
filePathstringThe path of the file to generate the bindings for.