Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ManagedToNativeComInteropStubAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
[AttributeUsage(
AttributeTargets
.Method, Inherited =
false
, AllowMultiple =
false
)]
4
public
sealed
class
ManagedToNativeComInteropStubAttribute
:
Attribute
5
{
6
public
Type
ClassType
{
get
; }
7
8
public
string
MethodName
{
get
; }
9
10
public
ManagedToNativeComInteropStubAttribute
(
Type
classType,
string
methodName)
11
{
12
ClassType
= classType;
13
MethodName
= methodName;
14
}
15
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.ManagedToNativeComInteropStubAttribute
ManagedToNativeComInteropStubAttribute(Type classType, string methodName)
Definition
ManagedToNativeComInteropStubAttribute.cs:10
System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.MethodName
string MethodName
Definition
ManagedToNativeComInteropStubAttribute.cs:8
System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute.ClassType
Type ClassType
Definition
ManagedToNativeComInteropStubAttribute.cs:6
System.Runtime.InteropServices.ManagedToNativeComInteropStubAttribute
Definition
ManagedToNativeComInteropStubAttribute.cs:5
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
ManagedToNativeComInteropStubAttribute.cs
Generated by
1.10.0