ImportInfo Type
Import information.
Union cases
Union case | Description |
Full Usage:
ImportByName(hint, funname, dllname)
Parameters:
int16
funname : string
dllname : string
|
|
Full Usage:
ImportByOrdinal(ordinal, dllname)
Parameters:
int16
dllname : string
|
Instance members
Instance member | Description |
Full Usage:
this.IsImportByName
Returns: bool
|
|
Full Usage:
this.IsImportByOrdinal
Returns: bool
|
|