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