SetLicense

SetLicense(string)

コンポーネントのライセンスを取得します。

public void SetLicense(string filePath)
パラメータ タイプ 説明
filePath String ライセンス ファイルへの絶対パス。

関連項目


SetLicense(Stream)

コンポーネントのライセンスを取得します。

public void SetLicense(Stream stream)
パラメータ タイプ 説明
stream Stream ライセンス ストリーム。

関連項目