C# Класс Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment

Provides information about the configuration, endpoints, and status of running role instances.
Наследование: RuntimeBindingObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RoleEnvironment ( ) : System

Initializes a new instance of the RoleEnvironment class.

Защищенные методы

Метод Описание
GetTargetObjectInstance ( Type targetType, object activationArgs ) : object

Gets the target object instance.

Описание методов

GetTargetObjectInstance() защищенный Метод

Gets the target object instance.
protected GetTargetObjectInstance ( Type targetType, object activationArgs ) : object
targetType System.Type Type of the target.
activationArgs object The activation arguments.
Результат object

RoleEnvironment() публичный Метод

Initializes a new instance of the RoleEnvironment class.
public RoleEnvironment ( ) : System
Результат System