VsMSBuildTaskFileManagerClass Methods
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | BeginBuild() | Begins a build. |
![]() | Close() | Closes a build host object. |
![]() | Delete(String^) | Deletes the specified file on disk and removes it from the running document table (RDT). |
![]() | EndBuild() | Ends a build. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Exists(String^, Int32, Int32) | Determines if the specified file exists in the running document table (RDT) or on disk. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFileContents(String^, String^) | Gets the contents of the specified file, based on what is in memory or if not in memory, what is on disk. |
![]() | GetFileDocData(String^, IntPtr) | Retrieves the live punkDocData object for the specified file if the file is registered in the running document table (RDT). |
![]() | GetFileLastChangeTime(String^, array<FILETIME>^) | Retrieves the time of the last change to the specified file. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Init(IVsHierarchy^, IServiceProvider^) | Initializes a build host object. |
![]() | IsRealBuildOperation(Int32) | Determines whether this is an actual build operation, or is a design-time-only generation for IntelliSense purposes. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PutGeneratedFileContents(String^, String^) | Puts the contents for the generated file into an in-memory TextBuffer and registers it in the running document table (RDT) with an RDT_ReadLock. This holds the file open in memory until the project is closed (when the project calls IVsMSBuildHostObject::Close). |
![]() | ToString() | (Inherited from Object.) |

