IRuntimeVariables インターフェイス

定義

ランタイム変数の値を表します。

public interface class IRuntimeVariables
public interface IRuntimeVariables
type IRuntimeVariables = interface
Public Interface IRuntimeVariables

プロパティ

Count

ランタイム変数の数を取得します。

Item[Int32]

指定されたインデックスにあるランタイム変数の値を取得します。

適用対象