|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static unsafe void | ApplyUpdate (Assembly assembly, ReadOnlySpan< byte > metadataDelta, ReadOnlySpan< byte > ilDelta, ReadOnlySpan< byte > pdbDelta) |
Static Package Functions | |
| static string | GetCapabilities () |
Properties | |
| static bool | IsSupported = IsApplyUpdateSupported() [get] |
Private Member Functions | |
| static unsafe void | ApplyUpdate (QCallAssembly assembly, byte *metadataDelta, int metadataDeltaLength, byte *ilDelta, int ilDeltaLength, byte *pdbDelta, int pdbDeltaLength) |
| static bool | IsApplyUpdateSupported () |
Definition at line 6 of file MetadataUpdater.cs.