Compiler.Compile method [SDM]
| Platform SDK: System Definition Model Overview |
Compiler.Compile()
Note: This documentation is preliminary and is subject to change.
Compiles the SDM document. Calling this method requires that the Compiler.SourceFile property be set. Other properties are optional and have appropriate defaults.
[C#] public Boolean Compile();FakePre-10877d4d6c874d5a94eb841db91759a1-bfa681427e4b4c7690336ff3689fc11c
Parameters
This method has no parameters.
Return Values
true if any error occurred during the compilation; otherwise, false.
Requirements
| Namespace | Defined in Microsoft.SystemDefinitionModel.Tools. |
| Assembly | Requires SdmCompile (in SdmCompile.dll). |
| .NET Framework | Requires .NET Framework 2.0. |
See Also
Microsoft.SystemDefinitionModel.Tools, Compiler, Compiler.SourceFile
| Last updated: June 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |