ProjectDependencyAnalysis
public static class ProjectDependencyAnalysisNo description is available for this type.
Methods
Section titled “Methods”
GetDependencies(string, bool)
Section titled “GetDependencies(string, bool)”public static List<AssetFile> GetDependencies(string assetPath, bool recursive = true)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assetPath |
System.String | |
recursive |
System.Boolean |
Returns
System.Collections.Generic.List{AssetInventory.AssetFile} — No return description is available.
FindReferencesAsync(string, Action<int, int>)
Section titled “FindReferencesAsync(string, Action<int, int>)”public static Task<List<string>> FindReferencesAsync(string targetPath, Action<int, int> onProgress = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
targetPath |
System.String | |
onProgress |
System.Action{System.Int32,System.Int32} |
Returns
System.Threading.Tasks.Task{System.Collections.Generic.List{System.String}} — No return description is available.
FindReferencesAsync(HashSet, Action<int, int>)
Section titled “FindReferencesAsync(HashSet, Action<int, int>)”public static Task<Dictionary<string, List<string>>> FindReferencesAsync(HashSet<string> targetGuids, Action<int, int> onProgress = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
targetGuids |
System.Collections.Generic.HashSet{System.String} | |
onProgress |
System.Action{System.Int32,System.Int32} |
Returns
System.Threading.Tasks.Task{System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}}} — No return description is available.