메소드 | 설명 | |
---|---|---|
InstanceParameters ( JET_INSTANCE instance ) : System |
Initializes a new instance of the InstanceParameters class.
|
메소드 | 설명 | |
---|---|---|
AddTrailingDirectorySeparator ( string dir ) : string |
Add a trailing directory separator character to the string.
|
|
GetBoolParameter ( JET_param param ) : bool |
Get a system parameter which is a boolean.
|
|
GetIntegerParameter ( JET_param param ) : int |
Get a system parameter which is an integer.
|
|
GetStringParameter ( JET_param param ) : string |
Get a system parameter which is a string.
|
|
SetBoolParameter ( JET_param param, bool value ) : void |
Set a system parameter which is a boolean.
|
|
SetIntegerParameter ( JET_param param, int value ) : void |
Set a system parameter which is an integer.
|
|
SetStringParameter ( JET_param param, string value ) : void |
Set a system parameter which is a string.
|
public InstanceParameters ( JET_INSTANCE instance ) : System | ||
instance | JET_INSTANCE | The instance to set parameters on. |
리턴 | System |