C# Class LLDB.FileSpecList

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap FileSpecList>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method Description
Append ( LLDB sb_file ) : void
AppendIfUnique ( LLDB sb_file ) : bool
Clear ( ) : void
Dispose ( ) : void
FileSpecList ( ) : System
FileSpecList ( LLDB rhs ) : System
FindFileIndex ( uint idx, LLDB sb_file, bool full ) : uint
GetDescription ( LLDB description ) : bool
GetFileSpecAtIndex ( uint idx ) : LLDB.FileSpec
__CreateInstance ( FileSpecList native, bool skipVTables = false ) : FileSpecList
__CreateInstance ( global native, bool skipVTables = false ) : FileSpecList

Protected Methods

Method Description
Dispose ( bool disposing ) : void
FileSpecList ( void native, bool skipVTables = false ) : System

Private Methods

Method Description
FileSpecList ( FileSpecList native, bool skipVTables = false ) : System
__CopyValue ( FileSpecList native ) : void*

Method Details

Append() public method

public Append ( LLDB sb_file ) : void
sb_file LLDB
return void

AppendIfUnique() public method

public AppendIfUnique ( LLDB sb_file ) : bool
sb_file LLDB
return bool

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FileSpecList() public method

public FileSpecList ( ) : System
return System

FileSpecList() public method

public FileSpecList ( LLDB rhs ) : System
rhs LLDB
return System

FileSpecList() protected method

protected FileSpecList ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

FindFileIndex() public method

public FindFileIndex ( uint idx, LLDB sb_file, bool full ) : uint
idx uint
sb_file LLDB
full bool
return uint

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool

GetFileSpecAtIndex() public method

public GetFileSpecAtIndex ( uint idx ) : LLDB.FileSpec
idx uint
return LLDB.FileSpec

__CreateInstance() public static method

public static __CreateInstance ( FileSpecList native, bool skipVTables = false ) : FileSpecList
native FileSpecList
skipVTables bool
return FileSpecList

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : FileSpecList
native global
skipVTables bool
return FileSpecList

Property Details

NativeToManagedMap public static property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return FileSpecList>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool