IVsMSBuildTaskFileManager Members
Include Protected Members
Include Inherited Members
Enables MSBuild to use memory instead of disk files for Intellisense builds.
The IVsMSBuildTaskFileManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes a file on disk and removes it from the RDT. | |
Exists | Determines if a file exists in the RDT or on disk. | |
GetFileContents | Gets the contents of a specified file. | |
GetFileDocData | Gets the DocData object for a file registered in the RDT. | |
GetFileLastChangeTime | Gets the time of the last change to a file. | |
IsRealBuildOperation | Determines if a build is real or for design-time Intellisense. | |
PutGeneratedFileContents | Puts the contents of a generated file into an in-memory buffer and registers it in the RDT. |
Top