MCPcopy 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
1576bool MDomain::SetCurrentDomain(bool force)
1577{
1578 if (mono_domain_set(_monoDomain, force) == 0)
1579 return false;
1580 MActiveDomain = this;
1581 return true;
1582}
1583
1584void MDomain::Dispatch() const
1585{

Callers 2

InitMethod · 0.45
ReleaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected