ProjectFileConverter.ConvertInMemory Method (Engine)
Note: This API is now obsolete.
Creates a new project in memory from the OldProjectFile.
MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Conversion
Assembly: Microsoft.Build.Conversion.Core (in Microsoft.Build.Conversion.Core.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")> _
Public Function ConvertInMemory ( _
engine As Engine _
) As Project
[ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")]
public Project ConvertInMemory(
Engine engine
)
[ObsoleteAttribute(L"Use parameterless ConvertInMemory() method instead")]
public:
Project^ ConvertInMemory(
Engine^ engine
)
[<ObsoleteAttribute("Use parameterless ConvertInMemory() method instead")>]
member ConvertInMemory :
engine:Engine -> Project
public function ConvertInMemory(
engine : Engine
) : Project
Parameters
engine
Type: Microsoft.Build.BuildEngine.EngineThe Engine in which to create the new project.
Return Value
Type: Microsoft.Build.BuildEngine.Project
Returns the converted Project.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.