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

Represents an instance of a role.
Наследование: RuntimeBindingObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RoleInstance ( object targetObject ) : System

Initializes a new instance of the RoleInstance 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

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

Initializes a new instance of the RoleInstance class.
public RoleInstance ( object targetObject ) : System
targetObject object The target object.
Результат System