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