IVsaEngine.Compile メソッド
スクリプト エンジンで既存のソース状態をコンパイルします。
名前空間: Microsoft.Vsa
アセンブリ: Microsoft.Vsa (Microsoft.Vsa.dll 内)
構文
'宣言
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Function Compile As Boolean
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
bool Compile()
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
bool Compile()
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract Compile : unit -> bool
function Compile() : boolean
戻り値
型 : Boolean
コンパイルが成功すると、TRUE を返します。これは、新しくコンパイルされたアセンブリで Run メソッドを呼び出せることを示します。コンパイルが失敗した場合は FALSE を返します。