Class GeneratedFile
Represents a file, which is generated by some BuildTask and might be used in another build step
Inheritance
System.Object
GeneratedFile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.BuildTask
Assembly: Simplic.CXUI.dll
Syntax
public class GeneratedFile
Constructors
| Improve this Doc View SourceGeneratedFile()
Create generated file
Declaration
public GeneratedFile()
GeneratedFile(String)
Create generated path
Declaration
public GeneratedFile(string absolutePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | absolutePath | Absolte path to the file |
Properties
| Improve this Doc View SourceAbsoluteDirectoryPath
Absolte (full) directory path
Declaration
public string AbsoluteDirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AbsolutePath
Absolte path to the file
Declaration
public string AbsolutePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Extension
Extension of the file
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the file
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RelativeDirectoryPath
Relative directory path
Declaration
public string RelativeDirectoryPath { get; }
Property Value
Type | Description |
---|---|
System.String |