IExtensionLoaderContext Property  | 
Version 118.6.80 
            Returns the request context that loaded this extension. Will return NULL
            for internal extensions or if the extension has been unloaded. See the
            CefRequestContext::LoadExtension documentation for more information about
            loader contexts. Must be called on the CEF UI thread.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
SyntaxIRequestContext LoaderContext { get; }property IRequestContext^ LoaderContext {
	IRequestContext^ get ();
}Property Value
Type: 
IRequestContext
See Also