Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | FileSpec>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
AppendPathComponent ( string file_or_directory ) : void | ||
Dispose ( ) : void | ||
Exists ( ) : bool | ||
FileSpec ( ) : System | ||
FileSpec ( LLDB rhs ) : System | ||
FileSpec ( string path ) : System | ||
FileSpec ( string path, bool resolve ) : System | ||
GetDescription ( LLDB description ) : bool | ||
GetPath ( sbyte dst_path, uint dst_len ) : uint | ||
IsValid ( ) : bool | ||
ResolveExecutableLocation ( ) : bool | ||
ResolvePath ( string src_path, sbyte dst_path, uint dst_len ) : int | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FileSpec ( void native, bool skipVTables = false ) : System |
Method | Description | |
---|---|---|
FileSpec ( |
||
__CopyValue ( |
public AppendPathComponent ( string file_or_directory ) : void | ||
file_or_directory | string | |
return | void |
public FileSpec ( string path, bool resolve ) : System | ||
path | string | |
resolve | bool | |
return | System |
protected FileSpec ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetPath ( sbyte dst_path, uint dst_len ) : uint | ||
dst_path | sbyte | |
dst_len | uint | |
return | uint |
public static ResolvePath ( string src_path, sbyte dst_path, uint dst_len ) : int | ||
src_path | string | |
dst_path | sbyte | |
dst_len | uint | |
return | int |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | FileSpec>.System.Collections.Concurrent.ConcurrentDictionary |