|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | ComponentGuaranteesAttribute |
| class | FrameworkName |
| class | NonVersionableAttribute |
| class | OSPlatformAttribute |
| class | RequiresPreviewFeaturesAttribute |
| class | ResourceConsumptionAttribute |
| class | ResourceExposureAttribute |
| class | SupportedOSPlatformAttribute |
| class | SupportedOSPlatformGuardAttribute |
| class | TargetFrameworkAttribute |
| class | TargetPlatformAttribute |
| class | UnsupportedOSPlatformAttribute |
| class | UnsupportedOSPlatformGuardAttribute |
| class | VersioningHelper |
Enumerations | |
| enum | ComponentGuaranteesOptions { None = 0 , Exchange = 1 , Stable = 2 , SideBySide = 4 } |
| enum | ResourceScope { None = 0 , Machine = 1 , Process = 2 , AppDomain = 4 , Library = 8 , Private = 0x10 , Assembly = 0x20 } |
| enum | SxSRequirements { None = 0 , AppDomainID = 1 , ProcessID = 2 , CLRInstanceID = 4 , AssemblyName = 8 , TypeName = 0x10 } |