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

A runtime bound object for a given .NET type.
Наследование: System.MarshalByRefObject
Показать файл Открыть проект

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

Метод Описание
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