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

◆ FillUserInfo()

static void System.Diagnostics.Process.FillUserInfo ( ProcessStartInfo startInfo,
Process::ProcInfo procInfo )
inlinestaticprivate

Definition at line 772 of file Process.cs.

773 {
774 string userName = startInfo.userName;
775 if (userName == null)
776 {
777 }
778 if (userName == null)
779 {
780 }
781 if (startInfo.domain == null)
782 {
783 }
785 if (password != null)
786 {
788 return;
789 }
790 bool loadUserProfile = startInfo.loadUserProfile;
791 procInfo.LoadUserProfile = loadUserProfile;
792 }
class f__AnonymousType0<< Count > j__TPar
ProcessStartInfo startInfo
Definition Process.cs:853
static IntPtr SecureStringToBSTR(SecureString s)
Definition Marshal.cs:322

References System.Diagnostics.ProcessStartInfo.domain, j__TPar, System.Diagnostics.ProcessStartInfo.loadUserProfile, System.Diagnostics.ProcessStartInfo.password, System.Runtime.InteropServices.Marshal.SecureStringToBSTR(), System.Diagnostics.Process.startInfo, and System.Diagnostics.ProcessStartInfo.userName.