Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ SetCurrentDomain
Method
SetCurrentDomain
Source/Engine/Scripting/Runtime/Mono.cpp:1576–1582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1574
}
1575
1576
bool MDomain::SetCurrentDomain(bool force)
1577
{
1578
if (mono_domain_set(_monoDomain, force) == 0)
1579
return false;
1580
MActiveDomain = this;
1581
return true;
1582
}
1583
1584
void MDomain::Dispatch() const
1585
{
Callers
2
Init
Method · 0.45
Release
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected