summaryrefslogtreecommitdiff
path: root/src/inc/clrprivbinderutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/clrprivbinderutil.h')
-rw-r--r--src/inc/clrprivbinderutil.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/inc/clrprivbinderutil.h b/src/inc/clrprivbinderutil.h
index d42f2b8d66..fe922eeec8 100644
--- a/src/inc/clrprivbinderutil.h
+++ b/src/inc/clrprivbinderutil.h
@@ -154,6 +154,15 @@ namespace CLRPrivBinderUtil
{ STATIC_CONTRACT_WRAPPER; return _pWrapped->FindAssemblyBySpec(pvAppDomain, pvAssemblySpec, pResult, ppAssembly); }
//-----------------------------------------------------------------------------------------------------------------
+ // Forwards to wrapped binder.
+ STDMETHOD(GetLoaderAllocator)(
+ LPVOID * pLoaderAllocator)
+ {
+ WRAPPER_NO_CONTRACT;
+ return _pWrapped->GetLoaderAllocator(pLoaderAllocator);
+ }
+
+ //-----------------------------------------------------------------------------------------------------------------
// ICLRPrivAssembly method is unsupported.
STDMETHOD(IsShareable)(
BOOL * pbIsShareable)