Parameters Class

[Missing <summary> documentation for "T:MbcsUtils.Parameters"]

Definition

Namespace: MbcsUtils
Assembly: MbcsUtils (in MbcsUtils.dll) Version: 1.0.0.0 (1.0.0.0)
VB
Public Class Parameters

Dim instance As Parameters
Inheritance
Object    Parameters

Constructors

ParametersInitializes a new instance of the Parameters class
Parameters(String)Initializes a new instance of the Parameters class
Parameters(String, DictionaryString, String)Initializes a new instance of the Parameters class

Properties

Filename 
GetDict Retrieve internal dictionary
SessionOnly 

Methods

addItem 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
getConfigs Loads all parameters into internal dictionary
GetDouble Returns a double parameter
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInt Returns an Integer Parameter
getItem 
getParam 
GetString 
GetStrings 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
removeItem 
removeItemStartsWith 
setConfigs Writes internal dictionary to parameter file
setItem 
setParam 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also