C# 클래스 Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment

Provides information about the configuration, endpoints, and status of running role instances.
상속: RuntimeBindingObject
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
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