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

◆ Invoke()

unsafe IntPtr Mono.Unity.UnityTls.unitytls_tlsctx_write_callback.Invoke ( void * userData,
byte * data,
IntPtr bufferLen,
UnityTls::unitytls_errorstate * errorState )
inline

Definition at line 272 of file UnityTls.cs.

273 {
276 IntPtr method = this.method;
277 return method_code;
278 }
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371

References System.Delegate.invoke_impl, System.Delegate.method, and System.Delegate.method_code.