Bexel Manager API Documentation
Bexel.Api.IAddInContext Interface Reference

Represents the context in which the add-in is executed in. More...

Properties

IUIApplication UIApplication [get]
 Returns the reference to the UI part of the host application. More...
 
string BaseDirectory [get]
 Returns the directory from which the add-in manifests are loaded. More...
 
Version BexelApplicationVersion [get]
 Returns the full version number of the Bexel Application in which the add-in is executed in. More...
 

Detailed Description

Represents the context in which the add-in is executed in.

Property Documentation

◆ BaseDirectory

string Bexel.Api.IAddInContext.BaseDirectory
get

Returns the directory from which the add-in manifests are loaded.

The add-in binaries are not necessarily located in this directory.

◆ BexelApplicationVersion

Version Bexel.Api.IAddInContext.BexelApplicationVersion
get

Returns the full version number of the Bexel Application in which the add-in is executed in.

◆ UIApplication

IUIApplication Bexel.Api.IAddInContext.UIApplication
get

Returns the reference to the UI part of the host application.