Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDispatchImplAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Assembly |
AttributeTargets
.Class, Inherited =
false
)]
4
[Obsolete(
"IDispatchImplAttribute has been deprecated and is not supported."
)]
5
public
sealed
class
IDispatchImplAttribute
:
Attribute
6
{
7
public
IDispatchImplType
Value
{
get
; }
8
9
public
IDispatchImplAttribute
(
short
implType)
10
: this((
IDispatchImplType
)implType)
11
{
12
}
13
14
public
IDispatchImplAttribute
(
IDispatchImplType
implType)
15
{
16
Value
= implType;
17
}
18
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.IDispatchImplAttribute.IDispatchImplAttribute
IDispatchImplAttribute(IDispatchImplType implType)
Definition
IDispatchImplAttribute.cs:14
System.Runtime.InteropServices.IDispatchImplAttribute.Value
IDispatchImplType Value
Definition
IDispatchImplAttribute.cs:7
System.Runtime.InteropServices.IDispatchImplAttribute.IDispatchImplAttribute
IDispatchImplAttribute(short implType)
Definition
IDispatchImplAttribute.cs:9
System.Runtime.InteropServices.IDispatchImplAttribute
Definition
IDispatchImplAttribute.cs:6
System.Runtime.InteropServices.IDispatchImplType
IDispatchImplType
Definition
IDispatchImplType.cs:5
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Runtime.InteropServices
System.Runtime.InteropServices
IDispatchImplAttribute.cs
Generated by
1.10.0