Method | Description | |
---|---|---|
CkVersion ( byte major, byte minor ) : System |
Initializes a new instance of the CkVersion class.
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
|
ToString ( ) : string |
Returns a string that represents the current CkVersion object.
|
Method | Description | |
---|---|---|
CkVersion ( HighLevelAPI40 ckVersion ) : System |
Initializes a new instance of the CkVersion class.
|
|
CkVersion ( HighLevelAPI41 ckVersion ) : System |
Initializes a new instance of the CkVersion class.
|
|
CkVersion ( HighLevelAPI80 ckVersion ) : System |
Initializes a new instance of the CkVersion class.
|
|
CkVersion ( HighLevelAPI81 ckVersion ) : System |
Initializes a new instance of the CkVersion class.
|
public CkVersion ( byte major, byte minor ) : System | ||
major | byte | Major version number (the integer portion of the version) |
minor | byte | Minor version number (the hundredths portion of the version) |
return | System |