• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.ActiveDirectory
    • ActiveDirectoryExtensions
    • ActiveDirectoryGlobals
    • AdPropertyAttribute
    • IAdObject
    • IAdObjectFactory
  • Dapplo.ActiveDirectory.Entities
    • Comparisons
    • DistinguishedName
    • Operators
    • Property
    • PropertyComparison
    • Query
    • QueryElement
    • Value
  • Dapplo.ActiveDirectory.Enums
    • AdProperties
    • ClassNames
    • ComputerProperties
    • DistinguishedNameAttributes
    • UserAccountControlFlags
    • UserProperties
  • Dapplo.ActiveDirectory.Extensions
    • AdDateTimeExtensions
    • DirectoryEntryPropertyExtensions
    • EnumExtensions
    • PropertyInfoExtension
  • Dapplo.ActiveDirectory.Finder
    • FinderAddonModule
    • Startup
  • Dapplo.ActiveDirectory.Finder.Configuration
    • IFinderTranslations
  • Dapplo.ActiveDirectory.Finder.Entities
    • IUser
  • Dapplo.ActiveDirectory.Finder.Ui.ViewModels
    • FinderViewModel
  • Dapplo.ActiveDirectory.Finder.Ui.Views
    • FinderView
  • Dapplo.ActiveDirectory.Internal
    • IAdsLargeInteger
    • IADsSecurityDescriptor
    • SimpleDictionaryProxy

Class SimpleDictionaryProxy

This is used to generate implementations of property interfaces without logic Cannot handle other methods

Inheritance
System.Object
System.Reflection.DispatchProxy
SimpleDictionaryProxy
Inherited Members
System.Reflection.DispatchProxy.Create<T, TProxy>()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.ActiveDirectory.Internal
Assembly: Dapplo.ActiveDirectory.dll
Syntax
public class SimpleDictionaryProxy : DispatchProxy

Methods

| Improve this Doc View Source

Create<TInterface>()

Factory for a SimpleDictionaryProxy

Declaration
public static TInterface Create<TInterface>()
Returns
Type Description
TInterface

Proxy which implements TInterface via SimpleDictionaryProxy

Type Parameters
Name Description
TInterface
| Improve this Doc View Source

Invoke(MethodInfo, Object[])

Implements the invoke

Declaration
protected override object Invoke(MethodInfo targetMethod, object[] args)
Parameters
Type Name Description
System.Reflection.MethodInfo targetMethod

MethodInfo

System.Object[] args

object array

Returns
Type Description
System.Object

object

Overrides
System.Reflection.DispatchProxy.Invoke(System.Reflection.MethodInfo, System.Object[])
Exceptions
Type Condition
System.NotImplementedException

When a method is define on the interface, and this is called

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © Dapplo