- CreateWebSession
Awesomium.WebSession CreateWebSession(Awesomium.WebCore p, Awesomium.WebString path, WebPreferences* prefs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- CreateWebView
Awesomium.WebView CreateWebView(Awesomium.WebCore p, int width, int height, Awesomium.WebSession session, WebViewType type)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Initialize
Awesomium.WebCore Initialize(WebConfig* config)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Log
void Log(Awesomium.WebCore p, Awesomium.WebString message, LogSeverity severity, Awesomium.WebString file, int line)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Shutdown
void Shutdown()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Update
void Update(Awesomium.WebCore p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- allocated_memory
uint allocated_memory()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- instance
Awesomium.WebCore instance()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- release_memory
void release_memory()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- resource_interceptor
Awesomium.ResourceInterceptor resource_interceptor(Awesomium.WebCore p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- set_resource_interceptor
void set_resource_interceptor(Awesomium.WebCore p, Awesomium.ResourceInterceptor interceptor)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- set_surface_factory
void set_surface_factory(Awesomium.WebCore p, Awesomium.SurfaceFactory factory)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- surface_factory
Awesomium.SurfaceFactory surface_factory(Awesomium.WebCore p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- used_memory
uint used_memory()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- version_string
const(char)* version_string(Awesomium.WebCore p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.