Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ComActivationContextInternal.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Runtime.InteropServices
;
4
5
[CLSCompliant(
false
)]
6
public
struct
ComActivationContextInternal
7
{
8
public
Guid
ClassId
;
9
10
public
Guid
InterfaceId
;
11
12
public
unsafe
char
*
AssemblyPathBuffer
;
13
14
public
unsafe
char
*
AssemblyNameBuffer
;
15
16
public
unsafe
char
*
TypeNameBuffer
;
17
18
public
IntPtr
ClassFactoryDest
;
19
}
Internal.Runtime.InteropServices
Definition
ComActivationContext.cs:5
System
Definition
BlockingCollection.cs:8
Internal.Runtime.InteropServices.ComActivationContextInternal.ClassFactoryDest
IntPtr ClassFactoryDest
Definition
ComActivationContextInternal.cs:18
Internal.Runtime.InteropServices.ComActivationContextInternal.AssemblyPathBuffer
unsafe char * AssemblyPathBuffer
Definition
ComActivationContextInternal.cs:12
Internal.Runtime.InteropServices.ComActivationContextInternal.ClassId
Guid ClassId
Definition
ComActivationContextInternal.cs:8
Internal.Runtime.InteropServices.ComActivationContextInternal.TypeNameBuffer
unsafe char * TypeNameBuffer
Definition
ComActivationContextInternal.cs:16
Internal.Runtime.InteropServices.ComActivationContextInternal.AssemblyNameBuffer
unsafe char * AssemblyNameBuffer
Definition
ComActivationContextInternal.cs:14
Internal.Runtime.InteropServices.ComActivationContextInternal.InterfaceId
Guid InterfaceId
Definition
ComActivationContextInternal.cs:10
Internal.Runtime.InteropServices.ComActivationContextInternal
Definition
ComActivationContextInternal.cs:7
System.Guid
Definition
Guid.cs:15
System.IntPtr
Definition
IntPtr.cs:14
source
System.Private.CoreLib
Internal.Runtime.InteropServices
ComActivationContextInternal.cs
Generated by
1.10.0