public static class TypeInfoUtil.DllEntry extends Object
Constructor | Description |
---|---|
DllEntry(String dllName,
String name,
int ordinal) |
Instantiates a new dll entry.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getDllName() |
Gets the dll name.
|
String |
getName() |
Gets the name.
|
int |
getOrdinal() |
Gets the ordinal.
|
void |
setDllName(String dllName) |
Sets the dll name.
|
void |
setName(String name) |
Sets the name.
|
void |
setOrdinal(int ordinal) |
Sets the ordinal.
|
public String getDllName()
public void setDllName(String dllName)
dllName
- the new dll namepublic String getName()
public void setName(String name)
name
- the new namepublic int getOrdinal()
public void setOrdinal(int ordinal)
ordinal
- the new ordinal