Uses of Interface
com._1c.g5.v8.dt.platform.IRuntime
- 
Packages that use IRuntime Package Description com._1c.g5.v8.dt.platform 
- 
- 
Uses of IRuntime in com._1c.g5.v8.dt.platformMethods in com._1c.g5.v8.dt.platform that return IRuntime Modifier and Type Method Description IRuntimeIRuntimeRegistry. getRuntime(Version version)Returns the 1C:Enterprise runtime extension with the specified version ornullif it does not exist.IRuntimeIRuntimeRegistry. getRuntime(String id)Returns the 1C:Enterprise runtime extension with the specified identifier ornullif it does not exist.Methods in com._1c.g5.v8.dt.platform that return types with arguments of type IRuntime Modifier and Type Method Description static Collection<IRuntime>RuntimeCompatibility. computeRuntimes(org.eclipse.core.runtime.IConfigurationElement element)Computes all compatible 1C:Enterprise platform runtimes for the provided runtime configuration element.static Collection<IRuntime>RuntimeCompatibility. computeRuntimes(org.eclipse.core.runtime.IConfigurationElement element, boolean allowUnknownRuntimes)Computes all compatible 1C:Enterprise platform runtimes for the provided runtime configuration element.Collection<IRuntime>IRuntimeRegistry. getRuntimes()Returns all defined 1C:Enterprise runtimes extensions.
 
-