Class SasaraCcs
An utility library for CeVIO project file (ccs / ccst)
Assembly: LibSasara.dll
Syntax
public static class SasaraCcs
Fields
Name
Declaration
public static readonly string Name
Field Value
Methods
IsCevioFile(string)
Declaration
public static bool IsCevioFile(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
LoadAsync(string)
CeVIOプロジェクトファイル(.ccs) または トラックファイル(.ccst)を読み込みます.
※LINQtoXML版
Declaration
public static Task<CeVIOFileBase> LoadAsync(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
Exceptions
See Also
LoadAsync<T>(string)
CeVIOプロジェクトファイル(.ccs) または トラックファイル(.ccst)を読み込みます.
※LINQtoXML版
Declaration
public static Task<T?> LoadAsync<T>(string path) where T : CeVIOFileBase, ICeVIOFile
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
Type |
Description |
Task<T> |
管理クラス
|
Type Parameters
Exceptions
See Also
SaveAsync(ICeVIOFile, string, bool)
Declaration
public static ValueTask SaveAsync(this ICeVIOFile ccs, string path, bool isAutoExt = true)
Parameters
Returns