DC2343A  FW 1.0.2 / GUI 1.0.10
LTC3335 Nanopower Buck-Boost DC/DC with Integrated Coulomb Counter
 All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Properties Groups Pages
DotNET.SampleClass Class Reference

simple class implementing an interface More...

Inheritance diagram for DotNET.SampleClass:
DotNET.ISample

Data Structures

class  NestedClass
 nested class declared inside SampleClass More...
 

Public Member Functions

double SampleFunction (double pFirst)
 function with parameter More...
 
double[] SampleFunction2 (double[] pFirst)
 function with arrays More...
 
void SampleMethod ()
 simple method More...
 
void SampleMethodWithParams (string pFirst, ref int pPointer)
 method with parameters More...
 
void MethodWithArrayParams (int[] pArr, int pArg)
 method with an array as param More...
 
void nestedClassObject_OnSomeEvent (object Sender, EventArgs args)
 method handles event from nested class More...
 
 OnSomeEvent (object Sender)
 some event More...
 
void Dispose ()
 IDisposable implementation More...
 

Static Public Member Functions

static bool operator+ (SampleClass Obj1, SampleClass Obj2)
 simple operator More...
 

Data Fields

long[] longArray
 long array More...
 
string someString
 simple public string value More...
 
NestedClass nestedClassObject
 NestedClass instance. More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 IDisposable implementation More...
 

Properties

string StringProperty [get, set]
 simple property More...
 
int IntegerProperty [get]
 readonly property More...
 
- Properties inherited from DotNET.ISample
string StringProperty [get, set]
 simple property More...
 
int IntegerProperty [get]
 read only property More...
 

Detailed Description

simple class implementing an interface

Implements ISample

Definition at line 93 of file class_with_interface.vb.

Member Function Documentation

virtual void DotNET.SampleClass.Dispose ( bool  disposing)
protectedvirtual

IDisposable implementation

Parameters
disposing

Is called from default Dispose method.

void DotNET.SampleClass.Dispose ( )

IDisposable implementation

Implements IDisposable.Dispose

void DotNET.SampleClass.MethodWithArrayParams ( int[]  pArr,
int  pArg 
)

method with an array as param

Parameters
pArrinteger array
pArgsimple parameter
void DotNET.SampleClass.nestedClassObject_OnSomeEvent ( object  Sender,
EventArgs  args 
)

method handles event from nested class

Remarks
Handles the nestedClassObject.SomeEvent event.
DotNET.SampleClass.OnSomeEvent ( object  Sender)

some event

Parameters
Sendersender of object type

Implements ISample.OnSomeEvent

Implements DotNET.ISample.

static bool DotNET.SampleClass.operator+ ( SampleClass  Obj1,
SampleClass  Obj2 
)
static

simple operator

Parameters
Obj1first simple object
Obj2second simple object
Returns
True if Obj1 equal to, or bigger than Obj2
double DotNET.SampleClass.SampleFunction ( double  pFirst)

function with parameter

Parameters
pFirstsimple parameter
Returns
some double value

Implements ISample.SampleFunction

Implements DotNET.ISample.

double [] DotNET.SampleClass.SampleFunction2 ( double[]  pFirst)

function with arrays

Parameters
pFirstdouble array as parameter
Returns
double array
void DotNET.SampleClass.SampleMethod ( )

simple method

Implements ISample.SampleMethod

Implements DotNET.ISample.

void DotNET.SampleClass.SampleMethodWithParams ( string  pFirst,
ref int  pPointer 
)

method with parameters

Parameters
pFirstsimple param
pPointerpinter

Implements ISample.SampleMethodWithParams

Implements DotNET.ISample.

Field Documentation

long [] DotNET.SampleClass.longArray

long array

Definition at line 116 of file class_with_interface.vb.

NestedClass DotNET.SampleClass.nestedClassObject

NestedClass instance.

Definition at line 118 of file class_with_interface.vb.

string DotNET.SampleClass.someString

simple public string value

Definition at line 117 of file class_with_interface.vb.

Property Documentation

int DotNET.SampleClass.IntegerProperty
get

readonly property

integer value

Returns
same interger value

Implements ISample.IntegerProperty

Definition at line 136 of file class_with_interface.vb.

string DotNET.SampleClass.StringProperty
getset

simple property

some string

Returns
some string

Implements ISample.StringProperty

Definition at line 127 of file class_with_interface.vb.


The documentation for this class was generated from the following file: