Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Unload()
static void System.AppDomain.Unload
(
AppDomain
domain
)
inline
static
Definition at line
312
of file
AppDomain.cs
.
313
{
314
if
(domain ==
null
)
315
{
316
throw
new
ArgumentNullException(
"domain"
);
317
}
318
throw
new
CannotUnloadAppDomainException(SR.Arg_PlatformNotSupported);
319
}
References
System.SR.Arg_PlatformNotSupported
.
System
AppDomain
Generated by
1.10.0