Метод | Описание | |
---|---|---|
CkOtpParam ( uint type, byte value ) : System |
Initializes a new instance of the CkOtpParam class.
|
|
Dispose ( ) : void |
Disposes object
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
public CkOtpParam ( uint type, byte value ) : System | ||
type | uint | Parameter type |
value | byte | Value of the parameter |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
Результат | void |
public ToMarshalableStructure ( ) : object | ||
Результат | object |