Cassini Configuration API Documentation

Metabase.RegisterApplication Method

Adds application to the Applications collection. Does not auto-save metabase file.

Overload List

Adds application to the Applications collection. Does not auto-save metabase file.

public int RegisterApplication(ApplicationEntry);

Adds application to the Applications collection and saves changes into the metabase file, if autoSave parmeter is set to true.

public int RegisterApplication(ApplicationEntry,bool);

Registers an application and writes changes to the metabase file.

public static ApplicationEntry RegisterApplication(Guid,string,int,string,string,string,bool);

THIS is the method you most likely will need to call after your application was installed on user's machine. Registers an application and writes changes to the metabase file.

public static ApplicationEntry RegisterApplication(Guid,string,string,string,string,bool);

Registers an application and writes changes to the metabase file.

public static ApplicationEntry RegisterApplication(string);

See Also

Metabase Class | CassiniConfiguration Namespace