Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IProxyProcessHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Microsoft.Xna.Framework
;
4
5
internal
interface
IProxyProcessHandler
6
{
7
uint
AsyncManagedCallArgument
{
get
; }
8
9
ManagedCallType
AsyncManagedCallType
{
get
; }
10
11
uint
AsyncHResult
{
get
; }
12
13
IntPtr
SharedAsyncDataSafeToWrite
{
get
; }
14
15
IntPtr
ProxyProcessWantsToTalk
{
get
; }
16
}
Microsoft.Xna.Framework.IProxyProcessHandler.AsyncManagedCallType
ManagedCallType AsyncManagedCallType
Definition
IProxyProcessHandler.cs:9
Microsoft.Xna.Framework.IProxyProcessHandler.AsyncHResult
uint AsyncHResult
Definition
IProxyProcessHandler.cs:11
Microsoft.Xna.Framework.IProxyProcessHandler.ProxyProcessWantsToTalk
IntPtr ProxyProcessWantsToTalk
Definition
IProxyProcessHandler.cs:15
Microsoft.Xna.Framework.IProxyProcessHandler.AsyncManagedCallArgument
uint AsyncManagedCallArgument
Definition
IProxyProcessHandler.cs:7
Microsoft.Xna.Framework.IProxyProcessHandler.SharedAsyncDataSafeToWrite
IntPtr SharedAsyncDataSafeToWrite
Definition
IProxyProcessHandler.cs:13
Microsoft.Xna.Framework.IProxyProcessHandler
Definition
IProxyProcessHandler.cs:6
Microsoft.Xna.Framework.ManagedCallType
ManagedCallType
Definition
ManagedCallType.cs:4
Microsoft.Xna.Framework
Definition
AlphaTestEffect.cs:1
System
Definition
BlockingCollection.cs:8
System.IntPtr
Definition
IntPtr.cs:14
source
Microsoft.Xna.Framework
IProxyProcessHandler.cs
Generated by
1.10.0