Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ComDefaultInterfaceAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Class, Inherited =
false
)]
4
public
sealed
class
ComDefaultInterfaceAttribute
:
Attribute
5
{
6
public
Type
Value
{
get
; }
7
8
public
ComDefaultInterfaceAttribute
(
Type
defaultInterface)
9
{
10
Value
= defaultInterface;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.ComDefaultInterfaceAttribute.ComDefaultInterfaceAttribute
ComDefaultInterfaceAttribute(Type defaultInterface)
Definition
ComDefaultInterfaceAttribute.cs:8
System.Runtime.InteropServices.ComDefaultInterfaceAttribute.Value
Type Value
Definition
ComDefaultInterfaceAttribute.cs:6
System.Runtime.InteropServices.ComDefaultInterfaceAttribute
Definition
ComDefaultInterfaceAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.InteropServices
ComDefaultInterfaceAttribute.cs
Generated by
1.10.0