IPluginContainerNewContext Method

Creates a new instance of IPluginContext to be passed into methods of interfaces which are reterieved via TryGetInterfaceT(T).

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
IPluginContext NewContext()

Return Value

IPluginContext
The created instance of IPluginContext.

See Also