terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UnityTlsContext()

Mono.Unity.UnityTlsContext.UnityTlsContext ( Mono::Net::Security::MobileAuthenticatedStream parent,
Mono::Net::Security::MonoSslAuthenticationOptions options )
inline

Definition at line 17 of file UnityTlsContext.cs.

18 : base(parent, options)
19 {
22 UnityTls.unitytls_interface_struct.unitytls_errorstate_create_t unitytls_errorstate_create = UnityTls.NativeInterface.unitytls_errorstate_create;
23 IntPtr invoke_impl = unitytls_errorstate_create.invoke_impl;
24 IntPtr method_code = unitytls_errorstate_create.method_code;
25 IntPtr method = unitytls_errorstate_create.method;
26 }
class f__AnonymousType0<< Count > j__TPar
static GCHandle Alloc(object value)
Definition GCHandle.cs:97

References System.Runtime.InteropServices.GCHandle.Alloc(), j__TPar, and Mono.Unity.UnityTls.NativeInterface.