Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateDomain()
static
AppDomain
System.AppDomain.CreateDomain
(
string
friendlyName
)
inline
static
Definition at line
213
of file
AppDomain.cs
.
214
{
215
if
(friendlyName ==
null
)
216
{
217
throw
new
ArgumentNullException(
"friendlyName"
);
218
}
219
throw
new
PlatformNotSupportedException(SR.PlatformNotSupported_AppDomains);
220
}
References
System.SR.PlatformNotSupported_AppDomains
.
System
AppDomain
Generated by
1.10.0