Show / Hide Table of Contents

Class AppRuntimeExtensions

Extension methods for IAppRuntime.

Inheritance
System.Object
AppRuntimeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Orchestration.Application
Assembly: Kephas.Orchestration.dll
Syntax
public static class AppRuntimeExtensions

Methods

| Improve this Doc View Source

GetAppInfo(IAppRuntime)

An IAppManifest extension method that gets application information.

Declaration
public static IRuntimeAppInfo GetAppInfo(this IAppRuntime appRuntime)
Parameters
Type Name Description
IAppRuntime appRuntime

The application runtime.

Returns
Type Description
IRuntimeAppInfo

The application information.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX