Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDynamicInterfaceCastable.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices
;
2
3
public
interface
IDynamicInterfaceCastable
4
{
5
bool
IsInterfaceImplemented
(
RuntimeTypeHandle
interfaceType,
bool
throwIfNotImplemented);
6
7
RuntimeTypeHandle
GetInterfaceImplementation
(
RuntimeTypeHandle
interfaceType);
8
}
System.Runtime.InteropServices.IDynamicInterfaceCastable.GetInterfaceImplementation
RuntimeTypeHandle GetInterfaceImplementation(RuntimeTypeHandle interfaceType)
System.Runtime.InteropServices.IDynamicInterfaceCastable.IsInterfaceImplemented
bool IsInterfaceImplemented(RuntimeTypeHandle interfaceType, bool throwIfNotImplemented)
System.Runtime.InteropServices.IDynamicInterfaceCastable
Definition
IDynamicInterfaceCastable.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:14
source
System.Private.CoreLib
System.Runtime.InteropServices
IDynamicInterfaceCastable.cs
Generated by
1.10.0