메소드 | 설명 | |
---|---|---|
IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text |
Create a new IMAGE_IMPORT_DESCRIPTOR object.
|
|
ToString ( ) : string |
Creates a string representation of the objects properties.
|
public IMAGE_IMPORT_DESCRIPTOR ( byte buff, uint offset ) : System.Text | ||
buff | byte | A PE file as a byte array. |
offset | uint | Raw offset of the descriptor. |
리턴 | System.Text |