C# Class LLDB.LaunchInfo.Internal

Exibir arquivo Open project: tritao/LLDBSharp

Private Methods

Method Description
AddCloseFileAction_0 ( global instance, int fd ) : bool
AddDuplicateFileAction_0 ( global instance, int fd, int dup_fd ) : bool
AddOpenFileAction_0 ( global instance, int fd, global path, bool read, bool write ) : bool
AddSuppressFileAction_0 ( global instance, int fd, bool read, bool write ) : bool
Clear_0 ( global instance ) : void
GetArgumentAtIndex_0 ( global instance, uint idx ) : global::System.IntPtr
GetDetachOnError_0 ( global instance ) : bool
GetEnvironmentEntryAtIndex_0 ( global instance, uint idx ) : global::System.IntPtr
GetExecutableFile_0 ( global instance, global @return ) : void
GetGroupID_0 ( global instance ) : uint
GetLaunchEventData_0 ( global instance ) : global::System.IntPtr
GetLaunchFlags_0 ( global instance ) : uint
GetListener_0 ( global instance, global @return ) : void
GetNumArguments_0 ( global instance ) : uint
GetNumEnvironmentEntries_0 ( global instance ) : uint
GetProcessID_0 ( global instance ) : ulong
GetProcessPluginName_0 ( global instance ) : global::System.IntPtr
GetResumeCount_0 ( global instance ) : uint
GetShellExpandArguments_0 ( global instance ) : bool
GetShell_0 ( global instance ) : global::System.IntPtr
GetUserID_0 ( global instance ) : uint
GetWorkingDirectory_0 ( global instance ) : global::System.IntPtr
GroupIDIsValid_0 ( global instance ) : bool
SetArguments_0 ( global instance, sbyte argv, bool append ) : void
SetDetachOnError_0 ( global instance, bool enable ) : void
SetEnvironmentEntries_0 ( global instance, sbyte envp, bool append ) : void
SetExecutableFile_0 ( global instance, LLDB exe_file, bool add_as_first_arg ) : void
SetGroupID_0 ( global instance, uint gid ) : void
SetLaunchEventData_0 ( global instance, global data ) : void
SetLaunchFlags_0 ( global instance, uint flags ) : void
SetListener_0 ( global instance, global listener ) : void
SetProcessPluginName_0 ( global instance, global plugin_name ) : void
SetResumeCount_0 ( global instance, uint c ) : void
SetShellExpandArguments_0 ( global instance, bool expand ) : void
SetShell_0 ( global instance, global path ) : void
SetUserID_0 ( global instance, uint uid ) : void
SetWorkingDirectory_0 ( global instance, global working_dir ) : void
UserIDIsValid_0 ( global instance ) : bool
cctor_1 ( global instance, global _0 ) : global::System.IntPtr
ctor_0 ( global instance, sbyte argv ) : global::System.IntPtr
dtor_0 ( global instance, int delete ) : void