Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
9
10[assembly: CLSCompliant(true)]
11[assembly: AssemblyDefaultAlias("System.Transactions")]
12[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
13[assembly: AssemblyMetadata("Serviceable", "True")]
14[assembly: AssemblyMetadata("PreferInbox", "True")]
15[assembly: AssemblyMetadata("IsTrimmable", "True")]
16[assembly: AssemblyCompany("Microsoft Corporation")]
17[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
18[assembly: AssemblyDescription("System.Transactions")]
19[assembly: AssemblyFileVersion("6.0.21.52210")]
20[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
21[assembly: AssemblyProduct("Microsoft® .NET")]
22[assembly: AssemblyTitle("System.Transactions")]
23[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
24[assembly: AssemblyVersion("4.0.0.0")]
25[assembly: TypeForwardedTo(typeof(CommittableTransaction))]
26[assembly: TypeForwardedTo(typeof(DependentCloneOption))]
27[assembly: TypeForwardedTo(typeof(DependentTransaction))]
28[assembly: TypeForwardedTo(typeof(DistributedTransactionPermission))]
29[assembly: TypeForwardedTo(typeof(DistributedTransactionPermissionAttribute))]
30[assembly: TypeForwardedTo(typeof(Enlistment))]
31[assembly: TypeForwardedTo(typeof(EnlistmentOptions))]
32[assembly: TypeForwardedTo(typeof(EnterpriseServicesInteropOption))]
33[assembly: TypeForwardedTo(typeof(HostCurrentTransactionCallback))]
34[assembly: TypeForwardedTo(typeof(IDtcTransaction))]
35[assembly: TypeForwardedTo(typeof(IEnlistmentNotification))]
36[assembly: TypeForwardedTo(typeof(IPromotableSinglePhaseNotification))]
37[assembly: TypeForwardedTo(typeof(ISimpleTransactionSuperior))]
38[assembly: TypeForwardedTo(typeof(ISinglePhaseNotification))]
39[assembly: TypeForwardedTo(typeof(IsolationLevel))]
40[assembly: TypeForwardedTo(typeof(ITransactionPromoter))]
41[assembly: TypeForwardedTo(typeof(PreparingEnlistment))]
42[assembly: TypeForwardedTo(typeof(SinglePhaseEnlistment))]
43[assembly: TypeForwardedTo(typeof(SubordinateTransaction))]
44[assembly: TypeForwardedTo(typeof(Transaction))]
45[assembly: TypeForwardedTo(typeof(TransactionAbortedException))]
46[assembly: TypeForwardedTo(typeof(TransactionCompletedEventHandler))]
47[assembly: TypeForwardedTo(typeof(TransactionEventArgs))]
48[assembly: TypeForwardedTo(typeof(TransactionException))]
49[assembly: TypeForwardedTo(typeof(TransactionInDoubtException))]
50[assembly: TypeForwardedTo(typeof(TransactionInformation))]
51[assembly: TypeForwardedTo(typeof(TransactionInterop))]
52[assembly: TypeForwardedTo(typeof(TransactionManager))]
53[assembly: TypeForwardedTo(typeof(TransactionManagerCommunicationException))]
54[assembly: TypeForwardedTo(typeof(TransactionOptions))]
55[assembly: TypeForwardedTo(typeof(TransactionPromotionException))]
56[assembly: TypeForwardedTo(typeof(TransactionScope))]
57[assembly: TypeForwardedTo(typeof(TransactionScopeAsyncFlowOption))]
58[assembly: TypeForwardedTo(typeof(TransactionScopeOption))]
59[assembly: TypeForwardedTo(typeof(TransactionStartedEventHandler))]
60[assembly: TypeForwardedTo(typeof(TransactionStatus))]
61[module: SkipLocalsInit]
delegate void TransactionStartedEventHandler(object? sender, TransactionEventArgs e)
delegate? Transaction HostCurrentTransactionCallback()