Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PrimaryInteropAssemblyAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly, Inherited =
false
, AllowMultiple =
true
)]
4
public
sealed
class
PrimaryInteropAssemblyAttribute
:
Attribute
5
{
6
public
int
MajorVersion
{
get
; }
7
8
public
int
MinorVersion
{
get
; }
9
10
public
PrimaryInteropAssemblyAttribute
(
int
major,
int
minor)
11
{
12
MajorVersion
= major;
13
MinorVersion
= minor;
14
}
15
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute.MinorVersion
int MinorVersion
Definition
PrimaryInteropAssemblyAttribute.cs:8
System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute.PrimaryInteropAssemblyAttribute
PrimaryInteropAssemblyAttribute(int major, int minor)
Definition
PrimaryInteropAssemblyAttribute.cs:10
System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute.MajorVersion
int MajorVersion
Definition
PrimaryInteropAssemblyAttribute.cs:6
System.Runtime.InteropServices.PrimaryInteropAssemblyAttribute
Definition
PrimaryInteropAssemblyAttribute.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Runtime.InteropServices
System.Runtime.InteropServices
PrimaryInteropAssemblyAttribute.cs
Generated by
1.10.0