![]() |
BioCore
4.0.1
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
Classes | |
class | ObjectInfo |
class | TypeInfo |
Public Member Functions | |
Lib (string file) | |
object | Invoke (Type type, string name, object o, object[] args) |
object | Invoke (string st, string name, object o, object[] args) |
object | GetProperty (string type, string name, object obj) |
Public Attributes | |
Assembly | dll |
Dictionary< string, TypeInfo > | Types = new Dictionary<string, TypeInfo>() |
Dictionary< string, TypeInfo > | Objects = new Dictionary<string, TypeInfo>() |
Dictionary< string, Module > | Modules = new Dictionary<string, Module>() |
Dictionary< string, ConstructorInfo > | Constructors = new Dictionary<string, ConstructorInfo>() |
Dictionary< string, InterfaceMapping > | Interfaces = new Dictionary<string, InterfaceMapping>() |
Definition at line 35 of file Library.cs.
BioCore.Lib.Lib | ( | string | file | ) |
Definition at line 155 of file Library.cs.
object BioCore.Lib.GetProperty | ( | string | type, |
string | name, | ||
object | obj | ||
) |
Get the property of the object with the given name
type | The type of the object you want to get the property from. |
name | The name of the property |
obj | The object you want to get the property from |
Definition at line 221 of file Library.cs.
object BioCore.Lib.Invoke | ( | string | st, |
string | name, | ||
object | o, | ||
object[] | args | ||
) |
It takes a string, a name, an object, and an array of objects, and returns an object
st | The name of the type. |
name | The name of the method to invoke. |
o | The object to invoke the method on. |
args | The arguments to pass to the method. This array of arguments must match in number, order, and type the parameters of the method to be invoked. If there are no parameters, args must be null. |
Definition at line 209 of file Library.cs.
object BioCore.Lib.Invoke | ( | Type | type, |
string | name, | ||
object | o, | ||
object[] | args | ||
) |
It invokes a method on an object
Type | The type of the object you want to invoke the method on. |
name | The name of the method to invoke. |
o | The object to invoke the method on. |
args | The arguments to pass to the method. This array of arguments must match in number, order, and type the parameters of the method to be invoked. If there are no parameters, args must be null. |
Definition at line 195 of file Library.cs.
Dictionary<string, ConstructorInfo> BioCore.Lib.Constructors = new Dictionary<string, ConstructorInfo>() |
Definition at line 41 of file Library.cs.
Assembly BioCore.Lib.dll |
Definition at line 37 of file Library.cs.
Dictionary<string, InterfaceMapping> BioCore.Lib.Interfaces = new Dictionary<string, InterfaceMapping>() |
Definition at line 42 of file Library.cs.
Dictionary<string, Module> BioCore.Lib.Modules = new Dictionary<string, Module>() |
Definition at line 40 of file Library.cs.
Definition at line 39 of file Library.cs.
Definition at line 38 of file Library.cs.