Resolver.withResolvedPtr

Resolve an instance of the type of TypeInfo, and execute a delegate with a pointer to that instance (as a void*).

A name can be used to disambiguate between multiple providers

  1. void withResolvedPtr(TypeInfo info, void delegate(void*) dg)
  2. void withResolvedPtr(TypeInfo info, string name, void delegate(void*) dg)
    interface Resolver
    protected
    void
    withResolvedPtr
    (
    TypeInfo info
    ,
    string name
    ,
    void delegate
    (
    void*
    )
    dg
    )

Meta