Свойство | Тип | Описание | |
---|---|---|---|
NativeToManagedMap | AttachInfo>.System.Collections.Concurrent.ConcurrentDictionary |
Свойство | Тип | Описание | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Метод | Описание | |
---|---|---|
AttachInfo ( ) : System | ||
AttachInfo ( LLDB rhs ) : System | ||
AttachInfo ( string path, bool wait_for ) : System |
Attach to a process by name. This function implies that a future call to SBTarget::Attach(...) will be synchronous. |
|
AttachInfo ( string path, bool wait_for, bool async ) : System |
Attach to a process by name. Future calls to SBTarget::Attach(...) will be synchronous or asynchronous depending on the argument. |
|
AttachInfo ( ulong pid ) : System | ||
Dispose ( ) : void | ||
EffectiveGroupIDIsValid ( ) : bool | ||
EffectiveUserIDIsValid ( ) : bool | ||
GetListener ( ) : LLDB.Listener |
Get the listener that will be used to receive process events. If no listener has been set via a call to SBLaunchInfo::SetListener(), then an invalid SBListener will be returned (SBListener::IsValid() will return false). If a listener has been set, then the valid listener object will be returned. |
|
GroupIDIsValid ( ) : bool | ||
ParentProcessIDIsValid ( ) : bool | ||
SetExecutable ( LLDB exe_file ) : void | ||
SetExecutable ( string path ) : void | ||
SetWaitForLaunch ( bool b, bool async ) : void |
Set attach by process name settings. Designed to be used after a call to SBAttachInfo::SetExecutable(). Future calls to SBTarget::Attach(...) will be synchronous or asynchronous depending on the argument. |
|
UserIDIsValid ( ) : bool | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Метод | Описание | |
---|---|---|
AttachInfo ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AttachInfo ( |
||
__CopyValue ( |
public AttachInfo ( string path, bool wait_for ) : System | ||
path | string |
/// |
wait_for | bool |
/// |
Результат | System |
public AttachInfo ( string path, bool wait_for, bool async ) : System | ||
path | string |
/// |
wait_for | bool |
/// |
async | bool |
/// |
Результат | System |
protected AttachInfo ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public SetExecutable ( LLDB exe_file ) : void | ||
exe_file | LLDB | |
Результат | void |
public SetExecutable ( string path ) : void | ||
path | string | |
Результат | void |
public SetWaitForLaunch ( bool b, bool async ) : void | ||
b | bool | |
async | bool |
/// |
Результат | void |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
Результат |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
Результат |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
Результат | AttachInfo>.System.Collections.Concurrent.ConcurrentDictionary |