bool TryGetEntry<T>(string name, out AssetEntryMEA assetEntry)
Try getting an entry class by the filename, which contains a plenty of information about it
______________________________________________________________________________________________________________________________
name: File name
assetEntry: AssetEntry output
______________________________________________________________________________________________________________________________
bool: The result
↩️ Back
TryGetEntry requires a name of the file inside the procedure-required file, in return the result and outputs a AssetEntryMEA that contains plenty information about your asset, such as directory instance, file bytes, asset type, asset value and it's name and etc.