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

A runtime bound object for a given .NET type.
상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

보호된 메소드들

메소드 설명
GetProperty ( string name ) : object

Gets the property.

GetTargetObjectInstance ( Type targetType, object activationArgs ) : object

Gets the target object instance.

비공개 메소드들

메소드 설명
GetProperty ( string name, BindingFlags bindingFlags, Type parameterTypes, object args ) : object

Gets the property.

GetProperty ( string name, Type parameterTypes, object args ) : object

Gets the property.

InvokeHelper ( string name, BindingFlags bindingFlags, object args, CultureInfo culture ) : object

Invocation helper for calling any member on our target object.

RuntimeBindingObject ( Type targetType ) : System

메소드 상세

GetProperty() 보호된 메소드

Gets the property.
protected GetProperty ( string name ) : object
name string The name.
리턴 object

GetTargetObjectInstance() 보호된 추상적인 메소드

Gets the target object instance.
protected abstract GetTargetObjectInstance ( Type targetType, object activationArgs ) : object
targetType System.Type Type of the target.
activationArgs object The activation arguments.
리턴 object