Свойство | Type | Description | |
---|---|---|---|
Mechanism | System | ||
Mechanism | System | ||
Mechanism | System | ||
Mechanism | System |
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Disposes object
|
|
Mechanism ( CKM type ) : System |
Creates mechanism of given type with no parameter
|
|
Mechanism ( CKM type, IMechanismParams parameter ) : System |
Creates mechanism of given type with object parameter
|
|
Mechanism ( CKM type, byte parameter ) : System |
Creates mechanism of given type with byte array parameter
|
|
Mechanism ( ulong type ) : System |
Creates mechanism of given type with no parameter
|
|
Mechanism ( ulong type, IMechanismParams parameter ) : System |
Creates mechanism of given type with object parameter
|
|
Mechanism ( ulong type, byte parameter ) : System |
Creates mechanism of given type with byte array parameter
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes object
|
Méthode | Description | |
---|---|---|
Mechanism ( HighLevelAPI40 mechanism ) : System |
Converts platform specific Mechanism to platfrom neutral Mechanism
|
|
Mechanism ( HighLevelAPI41 mechanism ) : System |
Converts platform specific Mechanism to platfrom neutral Mechanism
|
|
Mechanism ( HighLevelAPI80 mechanism ) : System |
Converts platform specific Mechanism to platfrom neutral Mechanism
|
|
Mechanism ( HighLevelAPI81 mechanism ) : System |
Converts platform specific Mechanism to platfrom neutral Mechanism
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Flag indicating whether managed resources should be disposed |
Résultat | void |
public Mechanism ( CKM type ) : System | ||
type | CKM | Mechanism type |
Résultat | System |
public Mechanism ( CKM type, IMechanismParams parameter ) : System | ||
type | CKM | Mechanism type |
parameter | IMechanismParams | Mechanism parameter |
Résultat | System |
public Mechanism ( CKM type, byte parameter ) : System | ||
type | CKM | Mechanism type |
parameter | byte | Mechanism parameter |
Résultat | System |
public Mechanism ( ulong type ) : System | ||
type | ulong | Mechanism type |
Résultat | System |
public Mechanism ( ulong type, IMechanismParams parameter ) : System | ||
type | ulong | Mechanism type |
parameter | IMechanismParams | Mechanism parameter |
Résultat | System |
public Mechanism ( ulong type, byte parameter ) : System | ||
type | ulong | Mechanism type |
parameter | byte | Mechanism parameter |
Résultat | System |