From e9ea6b7253aa3044725d0d22de7f5412eeede623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Sun, 10 Nov 2024 20:58:18 +0800 Subject: [PATCH] run package msbuild --- @export/models.d.ts | 24 +++ man/biocad_registry/models/models.md | 8 + man/biocad_registry/models/models/enzyme.1 | 13 ++ .../models/models/enzyme_function.1 | 16 ++ .../models/models/subcellular_location.1 | 14 ++ .../models/models/vocabulary_id.1 | 15 ++ vignettes/biocad_registry/models.html | 178 ++++++++++++++++++ vignettes/biocad_registry/models/enzyme.html | 67 +++++++ .../models/enzyme_function.html | 67 +++++++ .../models/subcellular_location.html | 67 +++++++ .../biocad_registry/models/vocabulary_id.html | 68 +++++++ .../DataSourceModel/SchemaMaps/SQLTable.html | 54 ++++++ .../LinuxCompatibility/MySQL/IDatabase.html | 53 ++++++ .../LinuxCompatibility/MySQL/MySQLTable.html | 55 ++++++ .../MySQL/MySqlBuilder/Model.html | 60 ++++++ .../MySQL/Uri/ConnectionUri.html | 60 ++++++ vignettes/clr/System/Attribute.html | 56 ++++++ .../clr/System/Collections/ICollection.html | 58 ++++++ .../clr/System/Collections/IDictionary.html | 60 ++++++ vignettes/clr/System/DateTime.html | 74 ++++++++ vignettes/clr/System/DateTimeKind.html | 64 +++++++ vignettes/clr/System/DayOfWeek.html | 76 ++++++++ vignettes/clr/System/Enum.html | 55 ++++++ vignettes/clr/System/Exception.html | 65 +++++++ vignettes/clr/System/Guid.html | 55 ++++++ vignettes/clr/System/IntPtr.html | 55 ++++++ vignettes/clr/System/ModuleHandle.html | 56 ++++++ vignettes/clr/System/Object.html | 53 ++++++ vignettes/clr/System/Reflection/Assembly.html | 79 ++++++++ .../System/Reflection/CallingConventions.html | 70 +++++++ .../System/Reflection/ConstructorInfo.html | 96 ++++++++++ .../Reflection/CustomAttributeData.html | 62 ++++++ .../CustomAttributeNamedArgument.html | 61 ++++++ .../CustomAttributeTypedArgument.html | 59 ++++++ .../System/Reflection/EventAttributes.html | 67 +++++++ .../clr/System/Reflection/EventInfo.html | 80 ++++++++ .../System/Reflection/FieldAttributes.html | 112 +++++++++++ .../clr/System/Reflection/FieldInfo.html | 89 +++++++++ .../GenericParameterAttributes.html | 79 ++++++++ .../Reflection/ICustomAttributeProvider.html | 53 ++++++ .../clr/System/Reflection/MemberInfo.html | 67 +++++++ .../clr/System/Reflection/MemberTypes.html | 82 ++++++++ .../System/Reflection/MethodAttributes.html | 127 +++++++++++++ .../clr/System/Reflection/MethodBase.html | 96 ++++++++++ .../Reflection/MethodImplAttributes.html | 106 +++++++++++ .../clr/System/Reflection/MethodInfo.html | 102 ++++++++++ vignettes/clr/System/Reflection/Module.html | 67 +++++++ .../Reflection/ParameterAttributes.html | 88 +++++++++ .../clr/System/Reflection/ParameterInfo.html | 75 ++++++++ .../System/Reflection/PropertyAttributes.html | 79 ++++++++ .../clr/System/Reflection/PropertyInfo.html | 79 ++++++++ .../clr/System/Reflection/TypeAttributes.html | 151 +++++++++++++++ vignettes/clr/System/Reflection/TypeInfo.html | 162 ++++++++++++++++ .../Runtime/InteropServices/LayoutKind.html | 64 +++++++ .../StructLayoutAttribute.html | 59 ++++++ vignettes/clr/System/RuntimeFieldHandle.html | 57 ++++++ vignettes/clr/System/RuntimeMethodHandle.html | 57 ++++++ vignettes/clr/System/RuntimeTypeHandle.html | 57 ++++++ .../clr/System/Security/SecurityRuleSet.html | 64 +++++++ vignettes/clr/System/TimeSpan.html | 70 +++++++ vignettes/clr/System/Type.html | 144 ++++++++++++++ vignettes/clr/System/UInt32.html | 55 ++++++ vignettes/clr/System/ValueType.html | 53 ++++++ .../clr/biocad_registry/biocad_registry.html | 67 +++++++ .../biocad_registryModel/complex.html | 61 ++++++ .../biocad_registryModel/db_mysql.html | 55 ++++++ .../biocad_registryModel/db_xrefs.html | 62 ++++++ .../biocad_registryModel/molecule.html | 65 +++++++ .../biocad_registryModel/pathway.html | 61 ++++++ .../biocad_registryModel/reaction.html | 62 ++++++ .../biocad_registryModel/reaction_graph.html | 64 +++++++ .../subcellular_compartments.html | 61 ++++++ .../subcellular_location.html | 62 ++++++ .../biocad_registryModel/vocabulary.html | 62 ++++++ vignettes/index.html | 4 + 75 files changed, 5100 insertions(+) create mode 100644 @export/models.d.ts create mode 100644 man/biocad_registry/models/models.md create mode 100644 man/biocad_registry/models/models/enzyme.1 create mode 100644 man/biocad_registry/models/models/enzyme_function.1 create mode 100644 man/biocad_registry/models/models/subcellular_location.1 create mode 100644 man/biocad_registry/models/models/vocabulary_id.1 create mode 100644 vignettes/biocad_registry/models.html create mode 100644 vignettes/biocad_registry/models/enzyme.html create mode 100644 vignettes/biocad_registry/models/enzyme_function.html create mode 100644 vignettes/biocad_registry/models/subcellular_location.html create mode 100644 vignettes/biocad_registry/models/vocabulary_id.html create mode 100644 vignettes/clr/Microsoft/VisualBasic/ComponentModel/DataSourceModel/SchemaMaps/SQLTable.html create mode 100644 vignettes/clr/Oracle/LinuxCompatibility/MySQL/IDatabase.html create mode 100644 vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySQLTable.html create mode 100644 vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySqlBuilder/Model.html create mode 100644 vignettes/clr/Oracle/LinuxCompatibility/MySQL/Uri/ConnectionUri.html create mode 100644 vignettes/clr/System/Attribute.html create mode 100644 vignettes/clr/System/Collections/ICollection.html create mode 100644 vignettes/clr/System/Collections/IDictionary.html create mode 100644 vignettes/clr/System/DateTime.html create mode 100644 vignettes/clr/System/DateTimeKind.html create mode 100644 vignettes/clr/System/DayOfWeek.html create mode 100644 vignettes/clr/System/Enum.html create mode 100644 vignettes/clr/System/Exception.html create mode 100644 vignettes/clr/System/Guid.html create mode 100644 vignettes/clr/System/IntPtr.html create mode 100644 vignettes/clr/System/ModuleHandle.html create mode 100644 vignettes/clr/System/Object.html create mode 100644 vignettes/clr/System/Reflection/Assembly.html create mode 100644 vignettes/clr/System/Reflection/CallingConventions.html create mode 100644 vignettes/clr/System/Reflection/ConstructorInfo.html create mode 100644 vignettes/clr/System/Reflection/CustomAttributeData.html create mode 100644 vignettes/clr/System/Reflection/CustomAttributeNamedArgument.html create mode 100644 vignettes/clr/System/Reflection/CustomAttributeTypedArgument.html create mode 100644 vignettes/clr/System/Reflection/EventAttributes.html create mode 100644 vignettes/clr/System/Reflection/EventInfo.html create mode 100644 vignettes/clr/System/Reflection/FieldAttributes.html create mode 100644 vignettes/clr/System/Reflection/FieldInfo.html create mode 100644 vignettes/clr/System/Reflection/GenericParameterAttributes.html create mode 100644 vignettes/clr/System/Reflection/ICustomAttributeProvider.html create mode 100644 vignettes/clr/System/Reflection/MemberInfo.html create mode 100644 vignettes/clr/System/Reflection/MemberTypes.html create mode 100644 vignettes/clr/System/Reflection/MethodAttributes.html create mode 100644 vignettes/clr/System/Reflection/MethodBase.html create mode 100644 vignettes/clr/System/Reflection/MethodImplAttributes.html create mode 100644 vignettes/clr/System/Reflection/MethodInfo.html create mode 100644 vignettes/clr/System/Reflection/Module.html create mode 100644 vignettes/clr/System/Reflection/ParameterAttributes.html create mode 100644 vignettes/clr/System/Reflection/ParameterInfo.html create mode 100644 vignettes/clr/System/Reflection/PropertyAttributes.html create mode 100644 vignettes/clr/System/Reflection/PropertyInfo.html create mode 100644 vignettes/clr/System/Reflection/TypeAttributes.html create mode 100644 vignettes/clr/System/Reflection/TypeInfo.html create mode 100644 vignettes/clr/System/Runtime/InteropServices/LayoutKind.html create mode 100644 vignettes/clr/System/Runtime/InteropServices/StructLayoutAttribute.html create mode 100644 vignettes/clr/System/RuntimeFieldHandle.html create mode 100644 vignettes/clr/System/RuntimeMethodHandle.html create mode 100644 vignettes/clr/System/RuntimeTypeHandle.html create mode 100644 vignettes/clr/System/Security/SecurityRuleSet.html create mode 100644 vignettes/clr/System/TimeSpan.html create mode 100644 vignettes/clr/System/Type.html create mode 100644 vignettes/clr/System/UInt32.html create mode 100644 vignettes/clr/System/ValueType.html create mode 100644 vignettes/clr/biocad_registry/biocad_registry.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/complex.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/db_mysql.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/db_xrefs.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/molecule.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/pathway.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/reaction.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/reaction_graph.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/subcellular_compartments.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/subcellular_location.html create mode 100644 vignettes/clr/biocad_registry/biocad_registryModel/vocabulary.html diff --git a/@export/models.d.ts b/@export/models.d.ts new file mode 100644 index 0000000..820f2ec --- /dev/null +++ b/@export/models.d.ts @@ -0,0 +1,24 @@ +// export R# package module type define for javascript/typescript language +// +// imports "models" from "biocad_registry"; +// +// ref=biocad_registry.models@biocad_registry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + +/** +*/ +declare namespace models { + /** + */ + function enzyme(biocad_registry: object, ec_number: string): any; + /** + * @param env default value Is ``null``. + */ + function enzyme_function(biocad_registry: object, enzyme_id: string, ec_number: string, metabolites: any, env?: object): any; + /** + */ + function subcellular_location(biocad_registry: object, name: string, topology: string): object; + /** + * @param desc default value Is ``''``. + */ + function vocabulary_id(biocad_registry: object, term: string, category: string, desc?: string): object; +} diff --git a/man/biocad_registry/models/models.md b/man/biocad_registry/models/models.md new file mode 100644 index 0000000..5ba3a77 --- /dev/null +++ b/man/biocad_registry/models/models.md @@ -0,0 +1,8 @@ +# models + + + ++ [vocabulary_id](models/vocabulary_id.1) ++ [subcellular_location](models/subcellular_location.1) ++ [enzyme_function](models/enzyme_function.1) ++ [enzyme](models/enzyme.1) diff --git a/man/biocad_registry/models/models/enzyme.1 b/man/biocad_registry/models/models/enzyme.1 new file mode 100644 index 0000000..e943f89 --- /dev/null +++ b/man/biocad_registry/models/models/enzyme.1 @@ -0,0 +1,13 @@ +.\" man page create by R# package system. +.TH MODELS 1 2000-Jan "enzyme" "enzyme" +.SH NAME +enzyme \- +.SH SYNOPSIS +\fIenzyme(\fBbiocad_registry\fR as biocad_registry, +\fBec_number\fR as string);\fR +.SH SEE ALSO +models +.SH FILES +.PP +biocad_registry.dll +.PP diff --git a/man/biocad_registry/models/models/enzyme_function.1 b/man/biocad_registry/models/models/enzyme_function.1 new file mode 100644 index 0000000..da7259e --- /dev/null +++ b/man/biocad_registry/models/models/enzyme_function.1 @@ -0,0 +1,16 @@ +.\" man page create by R# package system. +.TH MODELS 1 2000-Jan "enzyme_function" "enzyme_function" +.SH NAME +enzyme_function \- +.SH SYNOPSIS +\fIenzyme_function(\fBbiocad_registry\fR as biocad_registry, +\fBenzyme_id\fR as string, +\fBec_number\fR as string, +\fBmetabolites\fR as any, +[\fB\fR]);\fR +.SH SEE ALSO +models +.SH FILES +.PP +biocad_registry.dll +.PP diff --git a/man/biocad_registry/models/models/subcellular_location.1 b/man/biocad_registry/models/models/subcellular_location.1 new file mode 100644 index 0000000..4265e57 --- /dev/null +++ b/man/biocad_registry/models/models/subcellular_location.1 @@ -0,0 +1,14 @@ +.\" man page create by R# package system. +.TH MODELS 1 2000-Jan "subcellular_location" "subcellular_location" +.SH NAME +subcellular_location \- +.SH SYNOPSIS +\fIsubcellular_location(\fBbiocad_registry\fR as biocad_registry, +\fBname\fR as string, +\fBtopology\fR as string);\fR +.SH SEE ALSO +models +.SH FILES +.PP +biocad_registry.dll +.PP diff --git a/man/biocad_registry/models/models/vocabulary_id.1 b/man/biocad_registry/models/models/vocabulary_id.1 new file mode 100644 index 0000000..7443e97 --- /dev/null +++ b/man/biocad_registry/models/models/vocabulary_id.1 @@ -0,0 +1,15 @@ +.\" man page create by R# package system. +.TH MODELS 1 2000-Jan "vocabulary_id" "vocabulary_id" +.SH NAME +vocabulary_id \- +.SH SYNOPSIS +\fIvocabulary_id(\fBbiocad_registry\fR as biocad_registry, +\fBterm\fR as string, +\fBcategory\fR as string, +\fBdesc\fR as string = "");\fR +.SH SEE ALSO +models +.SH FILES +.PP +biocad_registry.dll +.PP diff --git a/vignettes/biocad_registry/models.html b/vignettes/biocad_registry/models.html new file mode 100644 index 0000000..572bdb9 --- /dev/null +++ b/vignettes/biocad_registry/models.html @@ -0,0 +1,178 @@ + + + + + + + models + + + + + + + + + + + + + + + + + + + + + + + +
{models}R# Documentation
+

models

+
+

+ + require(CellRender); +

{$desc_comments}
imports "models" from "biocad_registry"; +
+

+

+
+

+ +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
.NET clr type export
+ reaction_node: reaction +
+ reaction_graph: reaction_graph +
+ molecules: molecule +
+ subcellular_compartments: subcellular_compartments +
+ subcellular_locations: subcellular_location +
+ vocabulary: vocabulary +
+ pathway: pathway +
+ complex: complex +
+ biocad_registry: biocad_registry +
+ cad_registry: biocad_registry +
+
+
+ + + + + + + + + + + + + + + + + + +
.NET clr function exports
+ vocabulary_id +
+ subcellular_location +
+ enzyme_function +
+ enzyme +
+
+
+ + + \ No newline at end of file diff --git a/vignettes/biocad_registry/models/enzyme.html b/vignettes/biocad_registry/models/enzyme.html new file mode 100644 index 0000000..76fa467 --- /dev/null +++ b/vignettes/biocad_registry/models/enzyme.html @@ -0,0 +1,67 @@ + + + + + enzyme + + + + + + +
+ + + + + + +
enzyme {models}R Documentation
+ +

enzyme

+ +

Description

+ + enzyme + +

Usage

+ +
+
enzyme(biocad.registry, ec.number);
+
+ +

Arguments

+ + + +
+ + +

Details

+ + + +

Authors

+ + biocad_registry + +

Value

+ + this function returns data object of type any kind.

clr value class

  • any kind
+ +

Examples

+ + + +
+
[Package models version 1.0.0.0 Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/biocad_registry/models/enzyme_function.html b/vignettes/biocad_registry/models/enzyme_function.html new file mode 100644 index 0000000..ed68e03 --- /dev/null +++ b/vignettes/biocad_registry/models/enzyme_function.html @@ -0,0 +1,67 @@ + + + + + enzyme_function + + + + + + +
+ + + + + + +
enzyme_function {models}R Documentation
+ +

enzyme_function

+ +

Description

+ + enzyme_function + +

Usage

+ +
+
enzyme_function(biocad.registry, enzyme.id, ec.number, metabolites);
+
+ +

Arguments

+ + + +
+ + +

Details

+ + + +

Authors

+ + biocad_registry + +

Value

+ + this function returns data object of type any kind.

clr value class

  • any kind
+ +

Examples

+ + + +
+
[Package models version 1.0.0.0 Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/biocad_registry/models/subcellular_location.html b/vignettes/biocad_registry/models/subcellular_location.html new file mode 100644 index 0000000..f0fd40b --- /dev/null +++ b/vignettes/biocad_registry/models/subcellular_location.html @@ -0,0 +1,67 @@ + + + + + subcellular_location + + + + + + +
+ + + + + + +
subcellular_location {models}R Documentation
+ +

subcellular_location

+ +

Description

+ + subcellular_location + +

Usage

+ +
+
subcellular_location(biocad.registry, name, topology);
+
+ +

Arguments

+ + + +
+ + +

Details

+ + + +

Authors

+ + biocad_registry + +

Value

+ + this function returns data object of type integer.

clr value class

  • integer
+ +

Examples

+ + + +
+
[Package models version 1.0.0.0 Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/biocad_registry/models/vocabulary_id.html b/vignettes/biocad_registry/models/vocabulary_id.html new file mode 100644 index 0000000..591eccf --- /dev/null +++ b/vignettes/biocad_registry/models/vocabulary_id.html @@ -0,0 +1,68 @@ + + + + + vocabulary_id + + + + + + +
+ + + + + + +
vocabulary_id {models}R Documentation
+ +

vocabulary_id

+ +

Description

+ + vocabulary_id + +

Usage

+ +
+
vocabulary_id(biocad.registry, term, category,
+    desc = "");
+
+ +

Arguments

+ + + +
+ + +

Details

+ + + +

Authors

+ + biocad_registry + +

Value

+ + this function returns data object of type integer.

clr value class

  • integer
+ +

Examples

+ + + +
+
[Package models version 1.0.0.0 Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Microsoft/VisualBasic/ComponentModel/DataSourceModel/SchemaMaps/SQLTable.html b/vignettes/clr/Microsoft/VisualBasic/ComponentModel/DataSourceModel/SchemaMaps/SQLTable.html new file mode 100644 index 0000000..a4da3eb --- /dev/null +++ b/vignettes/clr/Microsoft/VisualBasic/ComponentModel/DataSourceModel/SchemaMaps/SQLTable.html @@ -0,0 +1,54 @@ + + + + + Microsoft.VisualBasic.ComponentModel.DataSourceModel.SchemaMaps.SQLTable + + + + + + +
+ + + + + + +
SQLTable {Microsoft.VisualBasic.ComponentModel.DataSourceModel.SchemaMaps}.NET clr documentation
+ +

SQLTable

+ +

Description

+ +

A generic abstract model of a SQL table. + (SQL之中的一个数据表的抽象描述接口)

+ +

Declare

+ +
+            
+# namespace Microsoft.VisualBasic.ComponentModel.DataSourceModel.SchemaMaps
+export class SQLTable {
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Oracle/LinuxCompatibility/MySQL/IDatabase.html b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/IDatabase.html new file mode 100644 index 0000000..2f5bc90 --- /dev/null +++ b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/IDatabase.html @@ -0,0 +1,53 @@ + + + + + Oracle.LinuxCompatibility.MySQL.IDatabase + + + + + + +
+ + + + + + +
IDatabase {Oracle.LinuxCompatibility.MySQL}.NET clr documentation
+ +

IDatabase

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace Oracle.LinuxCompatibility.MySQL
+export class IDatabase {
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySQLTable.html b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySQLTable.html new file mode 100644 index 0000000..5db6ddb --- /dev/null +++ b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySQLTable.html @@ -0,0 +1,55 @@ + + + + + Oracle.LinuxCompatibility.MySQL.MySQLTable + + + + + + +
+ + + + + + +
MySQLTable {Oracle.LinuxCompatibility.MySQL}.NET clr documentation
+ +

MySQLTable

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace Oracle.LinuxCompatibility.MySQL
+export class MySQLTable extends SQLTable {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from SQLTable class: SQLTable
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySqlBuilder/Model.html b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySqlBuilder/Model.html new file mode 100644 index 0000000..4740417 --- /dev/null +++ b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/MySqlBuilder/Model.html @@ -0,0 +1,60 @@ + + + + + Oracle.LinuxCompatibility.MySQL.MySqlBuilder.Model + + + + + + +
+ + + + + + +
Model {Oracle.LinuxCompatibility.MySQL.MySqlBuilder}.NET clr documentation
+ +

Model

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace Oracle.LinuxCompatibility.MySQL.MySqlBuilder
+export class Model {
+   GetLastError: Exception;
+   GetLastErrorMessage: string;
+   GetLastMySql: string;
+   mysqli: ConnectionUri;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member GetLastError: Exception
  2. +
  3. use by property member mysqli: ConnectionUri
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/Oracle/LinuxCompatibility/MySQL/Uri/ConnectionUri.html b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/Uri/ConnectionUri.html new file mode 100644 index 0000000..db6586d --- /dev/null +++ b/vignettes/clr/Oracle/LinuxCompatibility/MySQL/Uri/ConnectionUri.html @@ -0,0 +1,60 @@ + + + + + Oracle.LinuxCompatibility.MySQL.Uri.ConnectionUri + + + + + + +
+ + + + + + +
ConnectionUri {Oracle.LinuxCompatibility.MySQL.Uri}.NET clr documentation
+ +

ConnectionUri

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace Oracle.LinuxCompatibility.MySQL.Uri
+export class ConnectionUri {
+   Database: string;
+   error_log: string;
+   IPAddress: string;
+   Password: string;
+   Port: integer;
+   TimeOut: integer;
+   User: string;
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Attribute.html b/vignettes/clr/System/Attribute.html new file mode 100644 index 0000000..5bffd98 --- /dev/null +++ b/vignettes/clr/System/Attribute.html @@ -0,0 +1,56 @@ + + + + + System.Attribute + + + + + + +
+ + + + + + +
Attribute {System}.NET clr documentation
+ +

Attribute

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Attribute {
+   TypeId: any kind;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member TypeId: any kind
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Collections/ICollection.html b/vignettes/clr/System/Collections/ICollection.html new file mode 100644 index 0000000..866918a --- /dev/null +++ b/vignettes/clr/System/Collections/ICollection.html @@ -0,0 +1,58 @@ + + + + + System.Collections.ICollection + + + + + + +
+ + + + + + +
ICollection {System.Collections}.NET clr documentation
+ +

ICollection

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Collections
+export class ICollection {
+   Count: integer;
+   IsSynchronized: boolean;
+   SyncRoot: any kind;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member SyncRoot: any kind
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Collections/IDictionary.html b/vignettes/clr/System/Collections/IDictionary.html new file mode 100644 index 0000000..2e53369 --- /dev/null +++ b/vignettes/clr/System/Collections/IDictionary.html @@ -0,0 +1,60 @@ + + + + + System.Collections.IDictionary + + + + + + +
+ + + + + + +
IDictionary {System.Collections}.NET clr documentation
+ +

IDictionary

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Collections
+export class IDictionary {
+   IsFixedSize: boolean;
+   IsReadOnly: boolean;
+   Keys: ICollection;
+   Values: ICollection;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member Keys: ICollection
  2. +
  3. use by property member Values: ICollection
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/DateTime.html b/vignettes/clr/System/DateTime.html new file mode 100644 index 0000000..b4443f5 --- /dev/null +++ b/vignettes/clr/System/DateTime.html @@ -0,0 +1,74 @@ + + + + + System.DateTime + + + + + + +
+ + + + + + +
DateTime {System}.NET clr documentation
+ +

DateTime

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class DateTime extends ValueType {
+   Date: DateTime;
+   Day: integer;
+   DayOfWeek: DayOfWeek;
+   DayOfYear: integer;
+   Hour: integer;
+   Kind: DateTimeKind;
+   Microsecond: integer;
+   Millisecond: integer;
+   Minute: integer;
+   Month: integer;
+   Nanosecond: integer;
+   Second: integer;
+   Ticks: integer;
+   TimeOfDay: TimeSpan;
+   Year: integer;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member Date: DateTime
  4. +
  5. use by property member DayOfWeek: DayOfWeek
  6. +
  7. use by property member Kind: DateTimeKind
  8. +
  9. use by property member TimeOfDay: TimeSpan
  10. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/DateTimeKind.html b/vignettes/clr/System/DateTimeKind.html new file mode 100644 index 0000000..c1f5f58 --- /dev/null +++ b/vignettes/clr/System/DateTimeKind.html @@ -0,0 +1,64 @@ + + + + + System.DateTimeKind + + + + + + +
+ + + + + + +
DateTimeKind {System}.NET clr documentation
+ +

DateTimeKind

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class DateTimeKind extends Enum {
+   Unspecified: DateTimeKind = 0;
+
+   Utc: DateTimeKind = 1;
+
+   Local: DateTimeKind = 2;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member Unspecified: DateTimeKind
  4. +
  5. use by field member Utc: DateTimeKind
  6. +
  7. use by field member Local: DateTimeKind
  8. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/DayOfWeek.html b/vignettes/clr/System/DayOfWeek.html new file mode 100644 index 0000000..bdcae86 --- /dev/null +++ b/vignettes/clr/System/DayOfWeek.html @@ -0,0 +1,76 @@ + + + + + System.DayOfWeek + + + + + + +
+ + + + + + +
DayOfWeek {System}.NET clr documentation
+ +

DayOfWeek

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class DayOfWeek extends Enum {
+   Sunday: DayOfWeek = 0;
+
+   Monday: DayOfWeek = 1;
+
+   Tuesday: DayOfWeek = 2;
+
+   Wednesday: DayOfWeek = 3;
+
+   Thursday: DayOfWeek = 4;
+
+   Friday: DayOfWeek = 5;
+
+   Saturday: DayOfWeek = 6;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member Sunday: DayOfWeek
  4. +
  5. use by field member Monday: DayOfWeek
  6. +
  7. use by field member Tuesday: DayOfWeek
  8. +
  9. use by field member Wednesday: DayOfWeek
  10. +
  11. use by field member Thursday: DayOfWeek
  12. +
  13. use by field member Friday: DayOfWeek
  14. +
  15. use by field member Saturday: DayOfWeek
  16. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Enum.html b/vignettes/clr/System/Enum.html new file mode 100644 index 0000000..5dcc468 --- /dev/null +++ b/vignettes/clr/System/Enum.html @@ -0,0 +1,55 @@ + + + + + System.Enum + + + + + + +
+ + + + + + +
Enum {System}.NET clr documentation
+ +

Enum

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Enum extends ValueType {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Exception.html b/vignettes/clr/System/Exception.html new file mode 100644 index 0000000..79d4ecd --- /dev/null +++ b/vignettes/clr/System/Exception.html @@ -0,0 +1,65 @@ + + + + + System.Exception + + + + + + +
+ + + + + + +
Exception {System}.NET clr documentation
+ +

Exception

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Exception {
+   Data: IDictionary;
+   HelpLink: string;
+   HResult: integer;
+   InnerException: Exception;
+   Message: string;
+   Source: string;
+   StackTrace: string;
+   TargetSite: MethodBase;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member Data: IDictionary
  2. +
  3. use by property member InnerException: Exception
  4. +
  5. use by property member TargetSite: MethodBase
  6. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Guid.html b/vignettes/clr/System/Guid.html new file mode 100644 index 0000000..4b2a46d --- /dev/null +++ b/vignettes/clr/System/Guid.html @@ -0,0 +1,55 @@ + + + + + System.Guid + + + + + + +
+ + + + + + +
Guid {System}.NET clr documentation
+ +

Guid

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Guid extends ValueType {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/IntPtr.html b/vignettes/clr/System/IntPtr.html new file mode 100644 index 0000000..827492d --- /dev/null +++ b/vignettes/clr/System/IntPtr.html @@ -0,0 +1,55 @@ + + + + + System.IntPtr + + + + + + +
+ + + + + + +
IntPtr {System}.NET clr documentation
+ +

IntPtr

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class IntPtr extends ValueType {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/ModuleHandle.html b/vignettes/clr/System/ModuleHandle.html new file mode 100644 index 0000000..7658809 --- /dev/null +++ b/vignettes/clr/System/ModuleHandle.html @@ -0,0 +1,56 @@ + + + + + System.ModuleHandle + + + + + + +
+ + + + + + +
ModuleHandle {System}.NET clr documentation
+ +

ModuleHandle

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class ModuleHandle extends ValueType {
+   MDStreamVersion: integer;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Object.html b/vignettes/clr/System/Object.html new file mode 100644 index 0000000..43881e2 --- /dev/null +++ b/vignettes/clr/System/Object.html @@ -0,0 +1,53 @@ + + + + + System.Object + + + + + + +
+ + + + + + +
Object {System}.NET clr documentation
+ +

Object

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Object {
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/Assembly.html b/vignettes/clr/System/Reflection/Assembly.html new file mode 100644 index 0000000..90320a8 --- /dev/null +++ b/vignettes/clr/System/Reflection/Assembly.html @@ -0,0 +1,79 @@ + + + + + System.Reflection.Assembly + + + + + + +
+ + + + + + +
Assembly {System.Reflection}.NET clr documentation
+ +

Assembly

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class Assembly {
+   CodeBase: string;
+   CustomAttributes: iterates(CustomAttributeData);
+   DefinedTypes: iterates(TypeInfo);
+   EntryPoint: MethodInfo;
+   EscapedCodeBase: string;
+   ExportedTypes: iterates(Type);
+   FullName: string;
+   GlobalAssemblyCache: boolean;
+   HostContext: integer;
+   ImageRuntimeVersion: string;
+   IsCollectible: boolean;
+   IsDynamic: boolean;
+   IsFullyTrusted: boolean;
+   Location: string;
+   ManifestModule: Module;
+   Modules: iterates(Module);
+   ReflectionOnly: boolean;
+   SecurityRuleSet: SecurityRuleSet;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member CustomAttributes: iterates(CustomAttributeData)
  2. +
  3. use by property member DefinedTypes: iterates(TypeInfo)
  4. +
  5. use by property member EntryPoint: MethodInfo
  6. +
  7. use by property member ExportedTypes: iterates(Type)
  8. +
  9. use by property member ManifestModule: Module
  10. +
  11. use by property member Modules: iterates(Module)
  12. +
  13. use by property member SecurityRuleSet: SecurityRuleSet
  14. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/CallingConventions.html b/vignettes/clr/System/Reflection/CallingConventions.html new file mode 100644 index 0000000..17742d8 --- /dev/null +++ b/vignettes/clr/System/Reflection/CallingConventions.html @@ -0,0 +1,70 @@ + + + + + System.Reflection.CallingConventions + + + + + + +
+ + + + + + +
CallingConventions {System.Reflection}.NET clr documentation
+ +

CallingConventions

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class CallingConventions extends Enum {
+   Standard: CallingConventions = 1;
+
+   VarArgs: CallingConventions = 2;
+
+   Any: CallingConventions = 3;
+
+   HasThis: CallingConventions = 32;
+
+   ExplicitThis: CallingConventions = 64;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member Standard: CallingConventions
  4. +
  5. use by field member VarArgs: CallingConventions
  6. +
  7. use by field member Any: CallingConventions
  8. +
  9. use by field member HasThis: CallingConventions
  10. +
  11. use by field member ExplicitThis: CallingConventions
  12. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/ConstructorInfo.html b/vignettes/clr/System/Reflection/ConstructorInfo.html new file mode 100644 index 0000000..7a311e5 --- /dev/null +++ b/vignettes/clr/System/Reflection/ConstructorInfo.html @@ -0,0 +1,96 @@ + + + + + System.Reflection.ConstructorInfo + + + + + + +
+ + + + + + +
ConstructorInfo {System.Reflection}.NET clr documentation
+ +

ConstructorInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class ConstructorInfo extends MethodBase {
+   Attributes: MethodAttributes;
+   CallingConvention: CallingConventions;
+   ContainsGenericParameters: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   IsAbstract: boolean;
+   IsAssembly: boolean;
+   IsCollectible: boolean;
+   IsConstructedGenericMethod: boolean;
+   IsConstructor: boolean;
+   IsFamily: boolean;
+   IsFamilyAndAssembly: boolean;
+   IsFamilyOrAssembly: boolean;
+   IsFinal: boolean;
+   IsGenericMethod: boolean;
+   IsGenericMethodDefinition: boolean;
+   IsHideBySig: boolean;
+   IsPrivate: boolean;
+   IsPublic: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSpecialName: boolean;
+   IsStatic: boolean;
+   IsVirtual: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   MethodHandle: RuntimeMethodHandle;
+   MethodImplementationFlags: MethodImplAttributes;
+   Module: Module;
+   Name: string;
+   ReflectedType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MethodBase class: MethodBase
  2. +
  3. use by property member Attributes: MethodAttributes
  4. +
  5. use by property member CallingConvention: CallingConventions
  6. +
  7. use by property member CustomAttributes: iterates(CustomAttributeData)
  8. +
  9. use by property member DeclaringType: Type
  10. +
  11. use by property member MemberType: MemberTypes
  12. +
  13. use by property member MethodHandle: RuntimeMethodHandle
  14. +
  15. use by property member MethodImplementationFlags: MethodImplAttributes
  16. +
  17. use by property member Module: Module
  18. +
  19. use by property member ReflectedType: Type
  20. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/CustomAttributeData.html b/vignettes/clr/System/Reflection/CustomAttributeData.html new file mode 100644 index 0000000..437314d --- /dev/null +++ b/vignettes/clr/System/Reflection/CustomAttributeData.html @@ -0,0 +1,62 @@ + + + + + System.Reflection.CustomAttributeData + + + + + + +
+ + + + + + +
CustomAttributeData {System.Reflection}.NET clr documentation
+ +

CustomAttributeData

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class CustomAttributeData {
+   AttributeType: Type;
+   Constructor: ConstructorInfo;
+   ConstructorArguments: iterates(CustomAttributeTypedArgument);
+   NamedArguments: iterates(CustomAttributeNamedArgument);
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member AttributeType: Type
  2. +
  3. use by property member Constructor: ConstructorInfo
  4. +
  5. use by property member ConstructorArguments: iterates(CustomAttributeTypedArgument)
  6. +
  7. use by property member NamedArguments: iterates(CustomAttributeNamedArgument)
  8. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/CustomAttributeNamedArgument.html b/vignettes/clr/System/Reflection/CustomAttributeNamedArgument.html new file mode 100644 index 0000000..4ee9aa4 --- /dev/null +++ b/vignettes/clr/System/Reflection/CustomAttributeNamedArgument.html @@ -0,0 +1,61 @@ + + + + + System.Reflection.CustomAttributeNamedArgument + + + + + + +
+ + + + + + +
CustomAttributeNamedArgument {System.Reflection}.NET clr documentation
+ +

CustomAttributeNamedArgument

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class CustomAttributeNamedArgument extends ValueType {
+   IsField: boolean;
+   MemberInfo: MemberInfo;
+   MemberName: string;
+   TypedValue: CustomAttributeTypedArgument;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member MemberInfo: MemberInfo
  4. +
  5. use by property member TypedValue: CustomAttributeTypedArgument
  6. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/CustomAttributeTypedArgument.html b/vignettes/clr/System/Reflection/CustomAttributeTypedArgument.html new file mode 100644 index 0000000..8b4af49 --- /dev/null +++ b/vignettes/clr/System/Reflection/CustomAttributeTypedArgument.html @@ -0,0 +1,59 @@ + + + + + System.Reflection.CustomAttributeTypedArgument + + + + + + +
+ + + + + + +
CustomAttributeTypedArgument {System.Reflection}.NET clr documentation
+ +

CustomAttributeTypedArgument

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class CustomAttributeTypedArgument extends ValueType {
+   ArgumentType: Type;
+   Value: any kind;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member ArgumentType: Type
  4. +
  5. use by property member Value: any kind
  6. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/EventAttributes.html b/vignettes/clr/System/Reflection/EventAttributes.html new file mode 100644 index 0000000..bf0c3fb --- /dev/null +++ b/vignettes/clr/System/Reflection/EventAttributes.html @@ -0,0 +1,67 @@ + + + + + System.Reflection.EventAttributes + + + + + + +
+ + + + + + +
EventAttributes {System.Reflection}.NET clr documentation
+ +

EventAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class EventAttributes extends Enum {
+   None: EventAttributes = 0;
+
+   SpecialName: EventAttributes = 512;
+
+   RTSpecialName: EventAttributes = 1024;
+
+   ReservedMask: EventAttributes = 1024;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member None: EventAttributes
  4. +
  5. use by field member SpecialName: EventAttributes
  6. +
  7. use by field member RTSpecialName: EventAttributes
  8. +
  9. use by field member ReservedMask: EventAttributes
  10. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/EventInfo.html b/vignettes/clr/System/Reflection/EventInfo.html new file mode 100644 index 0000000..0cc7076 --- /dev/null +++ b/vignettes/clr/System/Reflection/EventInfo.html @@ -0,0 +1,80 @@ + + + + + System.Reflection.EventInfo + + + + + + +
+ + + + + + +
EventInfo {System.Reflection}.NET clr documentation
+ +

EventInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class EventInfo extends MemberInfo {
+   AddMethod: MethodInfo;
+   Attributes: EventAttributes;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   EventHandlerType: Type;
+   IsCollectible: boolean;
+   IsMulticast: boolean;
+   IsSpecialName: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   RaiseMethod: MethodInfo;
+   ReflectedType: Type;
+   RemoveMethod: MethodInfo;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MemberInfo class: MemberInfo
  2. +
  3. use by property member AddMethod: MethodInfo
  4. +
  5. use by property member Attributes: EventAttributes
  6. +
  7. use by property member CustomAttributes: iterates(CustomAttributeData)
  8. +
  9. use by property member DeclaringType: Type
  10. +
  11. use by property member EventHandlerType: Type
  12. +
  13. use by property member MemberType: MemberTypes
  14. +
  15. use by property member Module: Module
  16. +
  17. use by property member RaiseMethod: MethodInfo
  18. +
  19. use by property member ReflectedType: Type
  20. +
  21. use by property member RemoveMethod: MethodInfo
  22. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/FieldAttributes.html b/vignettes/clr/System/Reflection/FieldAttributes.html new file mode 100644 index 0000000..0abf2b1 --- /dev/null +++ b/vignettes/clr/System/Reflection/FieldAttributes.html @@ -0,0 +1,112 @@ + + + + + System.Reflection.FieldAttributes + + + + + + +
+ + + + + + +
FieldAttributes {System.Reflection}.NET clr documentation
+ +

FieldAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class FieldAttributes extends Enum {
+   PrivateScope: FieldAttributes = 0;
+
+   Private: FieldAttributes = 1;
+
+   FamANDAssem: FieldAttributes = 2;
+
+   Assembly: FieldAttributes = 3;
+
+   Family: FieldAttributes = 4;
+
+   FamORAssem: FieldAttributes = 5;
+
+   Public: FieldAttributes = 6;
+
+   FieldAccessMask: FieldAttributes = 7;
+
+   Static: FieldAttributes = 16;
+
+   InitOnly: FieldAttributes = 32;
+
+   Literal: FieldAttributes = 64;
+
+   NotSerialized: FieldAttributes = 128;
+
+   HasFieldRVA: FieldAttributes = 256;
+
+   SpecialName: FieldAttributes = 512;
+
+   RTSpecialName: FieldAttributes = 1024;
+
+   HasFieldMarshal: FieldAttributes = 4096;
+
+   PinvokeImpl: FieldAttributes = 8192;
+
+   HasDefault: FieldAttributes = 32768;
+
+   ReservedMask: FieldAttributes = 38144;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member PrivateScope: FieldAttributes
  4. +
  5. use by field member Private: FieldAttributes
  6. +
  7. use by field member FamANDAssem: FieldAttributes
  8. +
  9. use by field member Assembly: FieldAttributes
  10. +
  11. use by field member Family: FieldAttributes
  12. +
  13. use by field member FamORAssem: FieldAttributes
  14. +
  15. use by field member Public: FieldAttributes
  16. +
  17. use by field member FieldAccessMask: FieldAttributes
  18. +
  19. use by field member Static: FieldAttributes
  20. +
  21. use by field member InitOnly: FieldAttributes
  22. +
  23. use by field member Literal: FieldAttributes
  24. +
  25. use by field member NotSerialized: FieldAttributes
  26. +
  27. use by field member HasFieldRVA: FieldAttributes
  28. +
  29. use by field member SpecialName: FieldAttributes
  30. +
  31. use by field member RTSpecialName: FieldAttributes
  32. +
  33. use by field member HasFieldMarshal: FieldAttributes
  34. +
  35. use by field member PinvokeImpl: FieldAttributes
  36. +
  37. use by field member HasDefault: FieldAttributes
  38. +
  39. use by field member ReservedMask: FieldAttributes
  40. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/FieldInfo.html b/vignettes/clr/System/Reflection/FieldInfo.html new file mode 100644 index 0000000..874c04a --- /dev/null +++ b/vignettes/clr/System/Reflection/FieldInfo.html @@ -0,0 +1,89 @@ + + + + + System.Reflection.FieldInfo + + + + + + +
+ + + + + + +
FieldInfo {System.Reflection}.NET clr documentation
+ +

FieldInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class FieldInfo extends MemberInfo {
+   Attributes: FieldAttributes;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   FieldHandle: RuntimeFieldHandle;
+   FieldType: Type;
+   IsAssembly: boolean;
+   IsCollectible: boolean;
+   IsFamily: boolean;
+   IsFamilyAndAssembly: boolean;
+   IsFamilyOrAssembly: boolean;
+   IsInitOnly: boolean;
+   IsLiteral: boolean;
+   IsNotSerialized: boolean;
+   IsPinvokeImpl: boolean;
+   IsPrivate: boolean;
+   IsPublic: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSpecialName: boolean;
+   IsStatic: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   ReflectedType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MemberInfo class: MemberInfo
  2. +
  3. use by property member Attributes: FieldAttributes
  4. +
  5. use by property member CustomAttributes: iterates(CustomAttributeData)
  6. +
  7. use by property member DeclaringType: Type
  8. +
  9. use by property member FieldHandle: RuntimeFieldHandle
  10. +
  11. use by property member FieldType: Type
  12. +
  13. use by property member MemberType: MemberTypes
  14. +
  15. use by property member Module: Module
  16. +
  17. use by property member ReflectedType: Type
  18. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/GenericParameterAttributes.html b/vignettes/clr/System/Reflection/GenericParameterAttributes.html new file mode 100644 index 0000000..27f2a8f --- /dev/null +++ b/vignettes/clr/System/Reflection/GenericParameterAttributes.html @@ -0,0 +1,79 @@ + + + + + System.Reflection.GenericParameterAttributes + + + + + + +
+ + + + + + +
GenericParameterAttributes {System.Reflection}.NET clr documentation
+ +

GenericParameterAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class GenericParameterAttributes extends Enum {
+   None: GenericParameterAttributes = 0;
+
+   Covariant: GenericParameterAttributes = 1;
+
+   Contravariant: GenericParameterAttributes = 2;
+
+   VarianceMask: GenericParameterAttributes = 3;
+
+   ReferenceTypeConstraint: GenericParameterAttributes = 4;
+
+   NotNullableValueTypeConstraint: GenericParameterAttributes = 8;
+
+   DefaultConstructorConstraint: GenericParameterAttributes = 16;
+
+   SpecialConstraintMask: GenericParameterAttributes = 28;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member None: GenericParameterAttributes
  4. +
  5. use by field member Covariant: GenericParameterAttributes
  6. +
  7. use by field member Contravariant: GenericParameterAttributes
  8. +
  9. use by field member VarianceMask: GenericParameterAttributes
  10. +
  11. use by field member ReferenceTypeConstraint: GenericParameterAttributes
  12. +
  13. use by field member NotNullableValueTypeConstraint: GenericParameterAttributes
  14. +
  15. use by field member DefaultConstructorConstraint: GenericParameterAttributes
  16. +
  17. use by field member SpecialConstraintMask: GenericParameterAttributes
  18. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/ICustomAttributeProvider.html b/vignettes/clr/System/Reflection/ICustomAttributeProvider.html new file mode 100644 index 0000000..a2842b2 --- /dev/null +++ b/vignettes/clr/System/Reflection/ICustomAttributeProvider.html @@ -0,0 +1,53 @@ + + + + + System.Reflection.ICustomAttributeProvider + + + + + + +
+ + + + + + +
ICustomAttributeProvider {System.Reflection}.NET clr documentation
+ +

ICustomAttributeProvider

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class ICustomAttributeProvider {
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MemberInfo.html b/vignettes/clr/System/Reflection/MemberInfo.html new file mode 100644 index 0000000..18420c3 --- /dev/null +++ b/vignettes/clr/System/Reflection/MemberInfo.html @@ -0,0 +1,67 @@ + + + + + System.Reflection.MemberInfo + + + + + + +
+ + + + + + +
MemberInfo {System.Reflection}.NET clr documentation
+ +

MemberInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MemberInfo {
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   IsCollectible: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   ReflectedType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member CustomAttributes: iterates(CustomAttributeData)
  2. +
  3. use by property member DeclaringType: Type
  4. +
  5. use by property member MemberType: MemberTypes
  6. +
  7. use by property member Module: Module
  8. +
  9. use by property member ReflectedType: Type
  10. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MemberTypes.html b/vignettes/clr/System/Reflection/MemberTypes.html new file mode 100644 index 0000000..f5b972a --- /dev/null +++ b/vignettes/clr/System/Reflection/MemberTypes.html @@ -0,0 +1,82 @@ + + + + + System.Reflection.MemberTypes + + + + + + +
+ + + + + + +
MemberTypes {System.Reflection}.NET clr documentation
+ +

MemberTypes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MemberTypes extends Enum {
+   Constructor: MemberTypes = 1;
+
+   Event: MemberTypes = 2;
+
+   Field: MemberTypes = 4;
+
+   Method: MemberTypes = 8;
+
+   Property: MemberTypes = 16;
+
+   TypeInfo: MemberTypes = 32;
+
+   Custom: MemberTypes = 64;
+
+   NestedType: MemberTypes = 128;
+
+   All: MemberTypes = 191;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member Constructor: MemberTypes
  4. +
  5. use by field member Event: MemberTypes
  6. +
  7. use by field member Field: MemberTypes
  8. +
  9. use by field member Method: MemberTypes
  10. +
  11. use by field member Property: MemberTypes
  12. +
  13. use by field member TypeInfo: MemberTypes
  14. +
  15. use by field member Custom: MemberTypes
  16. +
  17. use by field member NestedType: MemberTypes
  18. +
  19. use by field member All: MemberTypes
  20. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MethodAttributes.html b/vignettes/clr/System/Reflection/MethodAttributes.html new file mode 100644 index 0000000..d422665 --- /dev/null +++ b/vignettes/clr/System/Reflection/MethodAttributes.html @@ -0,0 +1,127 @@ + + + + + System.Reflection.MethodAttributes + + + + + + +
+ + + + + + +
MethodAttributes {System.Reflection}.NET clr documentation
+ +

MethodAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MethodAttributes extends Enum {
+   PrivateScope: MethodAttributes = 0;
+
+   ReuseSlot: MethodAttributes = 0;
+
+   Private: MethodAttributes = 1;
+
+   FamANDAssem: MethodAttributes = 2;
+
+   Assembly: MethodAttributes = 3;
+
+   Family: MethodAttributes = 4;
+
+   FamORAssem: MethodAttributes = 5;
+
+   Public: MethodAttributes = 6;
+
+   MemberAccessMask: MethodAttributes = 7;
+
+   UnmanagedExport: MethodAttributes = 8;
+
+   Static: MethodAttributes = 16;
+
+   Final: MethodAttributes = 32;
+
+   Virtual: MethodAttributes = 64;
+
+   HideBySig: MethodAttributes = 128;
+
+   VtableLayoutMask: MethodAttributes = 256;
+
+   NewSlot: MethodAttributes = 256;
+
+   CheckAccessOnOverride: MethodAttributes = 512;
+
+   Abstract: MethodAttributes = 1024;
+
+   SpecialName: MethodAttributes = 2048;
+
+   RTSpecialName: MethodAttributes = 4096;
+
+   PinvokeImpl: MethodAttributes = 8192;
+
+   HasSecurity: MethodAttributes = 16384;
+
+   RequireSecObject: MethodAttributes = 32768;
+
+   ReservedMask: MethodAttributes = 53248;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member PrivateScope: MethodAttributes
  4. +
  5. use by field member ReuseSlot: MethodAttributes
  6. +
  7. use by field member Private: MethodAttributes
  8. +
  9. use by field member FamANDAssem: MethodAttributes
  10. +
  11. use by field member Assembly: MethodAttributes
  12. +
  13. use by field member Family: MethodAttributes
  14. +
  15. use by field member FamORAssem: MethodAttributes
  16. +
  17. use by field member Public: MethodAttributes
  18. +
  19. use by field member MemberAccessMask: MethodAttributes
  20. +
  21. use by field member UnmanagedExport: MethodAttributes
  22. +
  23. use by field member Static: MethodAttributes
  24. +
  25. use by field member Final: MethodAttributes
  26. +
  27. use by field member Virtual: MethodAttributes
  28. +
  29. use by field member HideBySig: MethodAttributes
  30. +
  31. use by field member VtableLayoutMask: MethodAttributes
  32. +
  33. use by field member NewSlot: MethodAttributes
  34. +
  35. use by field member CheckAccessOnOverride: MethodAttributes
  36. +
  37. use by field member Abstract: MethodAttributes
  38. +
  39. use by field member SpecialName: MethodAttributes
  40. +
  41. use by field member RTSpecialName: MethodAttributes
  42. +
  43. use by field member PinvokeImpl: MethodAttributes
  44. +
  45. use by field member HasSecurity: MethodAttributes
  46. +
  47. use by field member RequireSecObject: MethodAttributes
  48. +
  49. use by field member ReservedMask: MethodAttributes
  50. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MethodBase.html b/vignettes/clr/System/Reflection/MethodBase.html new file mode 100644 index 0000000..7e9e623 --- /dev/null +++ b/vignettes/clr/System/Reflection/MethodBase.html @@ -0,0 +1,96 @@ + + + + + System.Reflection.MethodBase + + + + + + +
+ + + + + + +
MethodBase {System.Reflection}.NET clr documentation
+ +

MethodBase

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MethodBase extends MemberInfo {
+   Attributes: MethodAttributes;
+   CallingConvention: CallingConventions;
+   ContainsGenericParameters: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   IsAbstract: boolean;
+   IsAssembly: boolean;
+   IsCollectible: boolean;
+   IsConstructedGenericMethod: boolean;
+   IsConstructor: boolean;
+   IsFamily: boolean;
+   IsFamilyAndAssembly: boolean;
+   IsFamilyOrAssembly: boolean;
+   IsFinal: boolean;
+   IsGenericMethod: boolean;
+   IsGenericMethodDefinition: boolean;
+   IsHideBySig: boolean;
+   IsPrivate: boolean;
+   IsPublic: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSpecialName: boolean;
+   IsStatic: boolean;
+   IsVirtual: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   MethodHandle: RuntimeMethodHandle;
+   MethodImplementationFlags: MethodImplAttributes;
+   Module: Module;
+   Name: string;
+   ReflectedType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MemberInfo class: MemberInfo
  2. +
  3. use by property member Attributes: MethodAttributes
  4. +
  5. use by property member CallingConvention: CallingConventions
  6. +
  7. use by property member CustomAttributes: iterates(CustomAttributeData)
  8. +
  9. use by property member DeclaringType: Type
  10. +
  11. use by property member MemberType: MemberTypes
  12. +
  13. use by property member MethodHandle: RuntimeMethodHandle
  14. +
  15. use by property member MethodImplementationFlags: MethodImplAttributes
  16. +
  17. use by property member Module: Module
  18. +
  19. use by property member ReflectedType: Type
  20. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MethodImplAttributes.html b/vignettes/clr/System/Reflection/MethodImplAttributes.html new file mode 100644 index 0000000..3adba53 --- /dev/null +++ b/vignettes/clr/System/Reflection/MethodImplAttributes.html @@ -0,0 +1,106 @@ + + + + + System.Reflection.MethodImplAttributes + + + + + + +
+ + + + + + +
MethodImplAttributes {System.Reflection}.NET clr documentation
+ +

MethodImplAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MethodImplAttributes extends Enum {
+   IL: MethodImplAttributes = 0;
+
+   Managed: MethodImplAttributes = 0;
+
+   Native: MethodImplAttributes = 1;
+
+   OPTIL: MethodImplAttributes = 2;
+
+   CodeTypeMask: MethodImplAttributes = 3;
+
+   Runtime: MethodImplAttributes = 3;
+
+   ManagedMask: MethodImplAttributes = 4;
+
+   Unmanaged: MethodImplAttributes = 4;
+
+   NoInlining: MethodImplAttributes = 8;
+
+   ForwardRef: MethodImplAttributes = 16;
+
+   Synchronized: MethodImplAttributes = 32;
+
+   NoOptimization: MethodImplAttributes = 64;
+
+   PreserveSig: MethodImplAttributes = 128;
+
+   AggressiveInlining: MethodImplAttributes = 256;
+
+   AggressiveOptimization: MethodImplAttributes = 512;
+
+   InternalCall: MethodImplAttributes = 4096;
+
+   MaxMethodImplVal: MethodImplAttributes = 65535;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member IL: MethodImplAttributes
  4. +
  5. use by field member Managed: MethodImplAttributes
  6. +
  7. use by field member Native: MethodImplAttributes
  8. +
  9. use by field member OPTIL: MethodImplAttributes
  10. +
  11. use by field member CodeTypeMask: MethodImplAttributes
  12. +
  13. use by field member Runtime: MethodImplAttributes
  14. +
  15. use by field member ManagedMask: MethodImplAttributes
  16. +
  17. use by field member Unmanaged: MethodImplAttributes
  18. +
  19. use by field member NoInlining: MethodImplAttributes
  20. +
  21. use by field member ForwardRef: MethodImplAttributes
  22. +
  23. use by field member Synchronized: MethodImplAttributes
  24. +
  25. use by field member NoOptimization: MethodImplAttributes
  26. +
  27. use by field member PreserveSig: MethodImplAttributes
  28. +
  29. use by field member AggressiveInlining: MethodImplAttributes
  30. +
  31. use by field member AggressiveOptimization: MethodImplAttributes
  32. +
  33. use by field member InternalCall: MethodImplAttributes
  34. +
  35. use by field member MaxMethodImplVal: MethodImplAttributes
  36. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/MethodInfo.html b/vignettes/clr/System/Reflection/MethodInfo.html new file mode 100644 index 0000000..ca89a7c --- /dev/null +++ b/vignettes/clr/System/Reflection/MethodInfo.html @@ -0,0 +1,102 @@ + + + + + System.Reflection.MethodInfo + + + + + + +
+ + + + + + +
MethodInfo {System.Reflection}.NET clr documentation
+ +

MethodInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class MethodInfo extends MethodBase {
+   Attributes: MethodAttributes;
+   CallingConvention: CallingConventions;
+   ContainsGenericParameters: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   IsAbstract: boolean;
+   IsAssembly: boolean;
+   IsCollectible: boolean;
+   IsConstructedGenericMethod: boolean;
+   IsConstructor: boolean;
+   IsFamily: boolean;
+   IsFamilyAndAssembly: boolean;
+   IsFamilyOrAssembly: boolean;
+   IsFinal: boolean;
+   IsGenericMethod: boolean;
+   IsGenericMethodDefinition: boolean;
+   IsHideBySig: boolean;
+   IsPrivate: boolean;
+   IsPublic: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSpecialName: boolean;
+   IsStatic: boolean;
+   IsVirtual: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   MethodHandle: RuntimeMethodHandle;
+   MethodImplementationFlags: MethodImplAttributes;
+   Module: Module;
+   Name: string;
+   ReflectedType: Type;
+   ReturnParameter: ParameterInfo;
+   ReturnType: Type;
+   ReturnTypeCustomAttributes: ICustomAttributeProvider;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MethodBase class: MethodBase
  2. +
  3. use by property member Attributes: MethodAttributes
  4. +
  5. use by property member CallingConvention: CallingConventions
  6. +
  7. use by property member CustomAttributes: iterates(CustomAttributeData)
  8. +
  9. use by property member DeclaringType: Type
  10. +
  11. use by property member MemberType: MemberTypes
  12. +
  13. use by property member MethodHandle: RuntimeMethodHandle
  14. +
  15. use by property member MethodImplementationFlags: MethodImplAttributes
  16. +
  17. use by property member Module: Module
  18. +
  19. use by property member ReflectedType: Type
  20. +
  21. use by property member ReturnParameter: ParameterInfo
  22. +
  23. use by property member ReturnType: Type
  24. +
  25. use by property member ReturnTypeCustomAttributes: ICustomAttributeProvider
  26. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/Module.html b/vignettes/clr/System/Reflection/Module.html new file mode 100644 index 0000000..09c6cb1 --- /dev/null +++ b/vignettes/clr/System/Reflection/Module.html @@ -0,0 +1,67 @@ + + + + + System.Reflection.Module + + + + + + +
+ + + + + + +
Module {System.Reflection}.NET clr documentation
+ +

Module

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class Module {
+   Assembly: Assembly;
+   CustomAttributes: iterates(CustomAttributeData);
+   FullyQualifiedName: string;
+   MDStreamVersion: integer;
+   MetadataToken: integer;
+   ModuleHandle: ModuleHandle;
+   ModuleVersionId: Guid;
+   Name: string;
+   ScopeName: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member Assembly: Assembly
  2. +
  3. use by property member CustomAttributes: iterates(CustomAttributeData)
  4. +
  5. use by property member ModuleHandle: ModuleHandle
  6. +
  7. use by property member ModuleVersionId: Guid
  8. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/ParameterAttributes.html b/vignettes/clr/System/Reflection/ParameterAttributes.html new file mode 100644 index 0000000..fff79d2 --- /dev/null +++ b/vignettes/clr/System/Reflection/ParameterAttributes.html @@ -0,0 +1,88 @@ + + + + + System.Reflection.ParameterAttributes + + + + + + +
+ + + + + + +
ParameterAttributes {System.Reflection}.NET clr documentation
+ +

ParameterAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class ParameterAttributes extends Enum {
+   None: ParameterAttributes = 0;
+
+   In: ParameterAttributes = 1;
+
+   Out: ParameterAttributes = 2;
+
+   Lcid: ParameterAttributes = 4;
+
+   Retval: ParameterAttributes = 8;
+
+   Optional: ParameterAttributes = 16;
+
+   HasDefault: ParameterAttributes = 4096;
+
+   HasFieldMarshal: ParameterAttributes = 8192;
+
+   Reserved3: ParameterAttributes = 16384;
+
+   Reserved4: ParameterAttributes = 32768;
+
+   ReservedMask: ParameterAttributes = 61440;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member None: ParameterAttributes
  4. +
  5. use by field member In: ParameterAttributes
  6. +
  7. use by field member Out: ParameterAttributes
  8. +
  9. use by field member Lcid: ParameterAttributes
  10. +
  11. use by field member Retval: ParameterAttributes
  12. +
  13. use by field member Optional: ParameterAttributes
  14. +
  15. use by field member HasDefault: ParameterAttributes
  16. +
  17. use by field member HasFieldMarshal: ParameterAttributes
  18. +
  19. use by field member Reserved3: ParameterAttributes
  20. +
  21. use by field member Reserved4: ParameterAttributes
  22. +
  23. use by field member ReservedMask: ParameterAttributes
  24. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/ParameterInfo.html b/vignettes/clr/System/Reflection/ParameterInfo.html new file mode 100644 index 0000000..ea619d2 --- /dev/null +++ b/vignettes/clr/System/Reflection/ParameterInfo.html @@ -0,0 +1,75 @@ + + + + + System.Reflection.ParameterInfo + + + + + + +
+ + + + + + +
ParameterInfo {System.Reflection}.NET clr documentation
+ +

ParameterInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class ParameterInfo {
+   Attributes: ParameterAttributes;
+   CustomAttributes: iterates(CustomAttributeData);
+   DefaultValue: any kind;
+   HasDefaultValue: boolean;
+   IsIn: boolean;
+   IsLcid: boolean;
+   IsOptional: boolean;
+   IsOut: boolean;
+   IsRetval: boolean;
+   Member: MemberInfo;
+   MetadataToken: integer;
+   Name: string;
+   ParameterType: Type;
+   Position: integer;
+   RawDefaultValue: any kind;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. use by property member Attributes: ParameterAttributes
  2. +
  3. use by property member CustomAttributes: iterates(CustomAttributeData)
  4. +
  5. use by property member DefaultValue: any kind
  6. +
  7. use by property member Member: MemberInfo
  8. +
  9. use by property member ParameterType: Type
  10. +
  11. use by property member RawDefaultValue: any kind
  12. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/PropertyAttributes.html b/vignettes/clr/System/Reflection/PropertyAttributes.html new file mode 100644 index 0000000..73c2dcc --- /dev/null +++ b/vignettes/clr/System/Reflection/PropertyAttributes.html @@ -0,0 +1,79 @@ + + + + + System.Reflection.PropertyAttributes + + + + + + +
+ + + + + + +
PropertyAttributes {System.Reflection}.NET clr documentation
+ +

PropertyAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class PropertyAttributes extends Enum {
+   None: PropertyAttributes = 0;
+
+   SpecialName: PropertyAttributes = 512;
+
+   RTSpecialName: PropertyAttributes = 1024;
+
+   HasDefault: PropertyAttributes = 4096;
+
+   Reserved2: PropertyAttributes = 8192;
+
+   Reserved3: PropertyAttributes = 16384;
+
+   Reserved4: PropertyAttributes = 32768;
+
+   ReservedMask: PropertyAttributes = 62464;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member None: PropertyAttributes
  4. +
  5. use by field member SpecialName: PropertyAttributes
  6. +
  7. use by field member RTSpecialName: PropertyAttributes
  8. +
  9. use by field member HasDefault: PropertyAttributes
  10. +
  11. use by field member Reserved2: PropertyAttributes
  12. +
  13. use by field member Reserved3: PropertyAttributes
  14. +
  15. use by field member Reserved4: PropertyAttributes
  16. +
  17. use by field member ReservedMask: PropertyAttributes
  18. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/PropertyInfo.html b/vignettes/clr/System/Reflection/PropertyInfo.html new file mode 100644 index 0000000..85cfb82 --- /dev/null +++ b/vignettes/clr/System/Reflection/PropertyInfo.html @@ -0,0 +1,79 @@ + + + + + System.Reflection.PropertyInfo + + + + + + +
+ + + + + + +
PropertyInfo {System.Reflection}.NET clr documentation
+ +

PropertyInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class PropertyInfo extends MemberInfo {
+   Attributes: PropertyAttributes;
+   CanRead: boolean;
+   CanWrite: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringType: Type;
+   GetMethod: MethodInfo;
+   IsCollectible: boolean;
+   IsSpecialName: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   PropertyType: Type;
+   ReflectedType: Type;
+   SetMethod: MethodInfo;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MemberInfo class: MemberInfo
  2. +
  3. use by property member Attributes: PropertyAttributes
  4. +
  5. use by property member CustomAttributes: iterates(CustomAttributeData)
  6. +
  7. use by property member DeclaringType: Type
  8. +
  9. use by property member GetMethod: MethodInfo
  10. +
  11. use by property member MemberType: MemberTypes
  12. +
  13. use by property member Module: Module
  14. +
  15. use by property member PropertyType: Type
  16. +
  17. use by property member ReflectedType: Type
  18. +
  19. use by property member SetMethod: MethodInfo
  20. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/TypeAttributes.html b/vignettes/clr/System/Reflection/TypeAttributes.html new file mode 100644 index 0000000..6b176a5 --- /dev/null +++ b/vignettes/clr/System/Reflection/TypeAttributes.html @@ -0,0 +1,151 @@ + + + + + System.Reflection.TypeAttributes + + + + + + +
+ + + + + + +
TypeAttributes {System.Reflection}.NET clr documentation
+ +

TypeAttributes

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class TypeAttributes extends Enum {
+   NotPublic: TypeAttributes = 0;
+
+   AutoLayout: TypeAttributes = 0;
+
+   Class: TypeAttributes = 0;
+
+   AnsiClass: TypeAttributes = 0;
+
+   Public: TypeAttributes = 1;
+
+   NestedPublic: TypeAttributes = 2;
+
+   NestedPrivate: TypeAttributes = 3;
+
+   NestedFamily: TypeAttributes = 4;
+
+   NestedAssembly: TypeAttributes = 5;
+
+   NestedFamANDAssem: TypeAttributes = 6;
+
+   VisibilityMask: TypeAttributes = 7;
+
+   NestedFamORAssem: TypeAttributes = 7;
+
+   SequentialLayout: TypeAttributes = 8;
+
+   ExplicitLayout: TypeAttributes = 16;
+
+   LayoutMask: TypeAttributes = 24;
+
+   ClassSemanticsMask: TypeAttributes = 32;
+
+   Interface: TypeAttributes = 32;
+
+   Abstract: TypeAttributes = 128;
+
+   Sealed: TypeAttributes = 256;
+
+   SpecialName: TypeAttributes = 1024;
+
+   RTSpecialName: TypeAttributes = 2048;
+
+   Import: TypeAttributes = 4096;
+
+   Serializable: TypeAttributes = 8192;
+
+   WindowsRuntime: TypeAttributes = 16384;
+
+   UnicodeClass: TypeAttributes = 65536;
+
+   AutoClass: TypeAttributes = 131072;
+
+   StringFormatMask: TypeAttributes = 196608;
+
+   CustomFormatClass: TypeAttributes = 196608;
+
+   HasSecurity: TypeAttributes = 262144;
+
+   ReservedMask: TypeAttributes = 264192;
+
+   BeforeFieldInit: TypeAttributes = 1048576;
+
+   CustomFormatMask: TypeAttributes = 12582912;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member NotPublic: TypeAttributes
  4. +
  5. use by field member AutoLayout: TypeAttributes
  6. +
  7. use by field member Class: TypeAttributes
  8. +
  9. use by field member AnsiClass: TypeAttributes
  10. +
  11. use by field member Public: TypeAttributes
  12. +
  13. use by field member NestedPublic: TypeAttributes
  14. +
  15. use by field member NestedPrivate: TypeAttributes
  16. +
  17. use by field member NestedFamily: TypeAttributes
  18. +
  19. use by field member NestedAssembly: TypeAttributes
  20. +
  21. use by field member NestedFamANDAssem: TypeAttributes
  22. +
  23. use by field member VisibilityMask: TypeAttributes
  24. +
  25. use by field member NestedFamORAssem: TypeAttributes
  26. +
  27. use by field member SequentialLayout: TypeAttributes
  28. +
  29. use by field member ExplicitLayout: TypeAttributes
  30. +
  31. use by field member LayoutMask: TypeAttributes
  32. +
  33. use by field member ClassSemanticsMask: TypeAttributes
  34. +
  35. use by field member Interface: TypeAttributes
  36. +
  37. use by field member Abstract: TypeAttributes
  38. +
  39. use by field member Sealed: TypeAttributes
  40. +
  41. use by field member SpecialName: TypeAttributes
  42. +
  43. use by field member RTSpecialName: TypeAttributes
  44. +
  45. use by field member Import: TypeAttributes
  46. +
  47. use by field member Serializable: TypeAttributes
  48. +
  49. use by field member WindowsRuntime: TypeAttributes
  50. +
  51. use by field member UnicodeClass: TypeAttributes
  52. +
  53. use by field member AutoClass: TypeAttributes
  54. +
  55. use by field member StringFormatMask: TypeAttributes
  56. +
  57. use by field member CustomFormatClass: TypeAttributes
  58. +
  59. use by field member HasSecurity: TypeAttributes
  60. +
  61. use by field member ReservedMask: TypeAttributes
  62. +
  63. use by field member BeforeFieldInit: TypeAttributes
  64. +
  65. use by field member CustomFormatMask: TypeAttributes
  66. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Reflection/TypeInfo.html b/vignettes/clr/System/Reflection/TypeInfo.html new file mode 100644 index 0000000..792dfc1 --- /dev/null +++ b/vignettes/clr/System/Reflection/TypeInfo.html @@ -0,0 +1,162 @@ + + + + + System.Reflection.TypeInfo + + + + + + +
+ + + + + + +
TypeInfo {System.Reflection}.NET clr documentation
+ +

TypeInfo

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Reflection
+export class TypeInfo extends Type {
+   Assembly: Assembly;
+   AssemblyQualifiedName: string;
+   Attributes: TypeAttributes;
+   BaseType: Type;
+   ContainsGenericParameters: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaredConstructors: iterates(ConstructorInfo);
+   DeclaredEvents: iterates(EventInfo);
+   DeclaredFields: iterates(FieldInfo);
+   DeclaredMembers: iterates(MemberInfo);
+   DeclaredMethods: iterates(MethodInfo);
+   DeclaredNestedTypes: iterates(TypeInfo);
+   DeclaredProperties: iterates(PropertyInfo);
+   DeclaringMethod: MethodBase;
+   DeclaringType: Type;
+   FullName: string;
+   GenericParameterAttributes: GenericParameterAttributes;
+   GenericParameterPosition: integer;
+   GenericTypeArguments: Type[];
+   GenericTypeParameters: Type[];
+   GUID: Guid;
+   HasElementType: boolean;
+   ImplementedInterfaces: iterates(Type);
+   IsAbstract: boolean;
+   IsAnsiClass: boolean;
+   IsArray: boolean;
+   IsAutoClass: boolean;
+   IsAutoLayout: boolean;
+   IsByRef: boolean;
+   IsByRefLike: boolean;
+   IsClass: boolean;
+   IsCollectible: boolean;
+   IsCOMObject: boolean;
+   IsConstructedGenericType: boolean;
+   IsContextful: boolean;
+   IsEnum: boolean;
+   IsExplicitLayout: boolean;
+   IsFunctionPointer: boolean;
+   IsGenericMethodParameter: boolean;
+   IsGenericParameter: boolean;
+   IsGenericType: boolean;
+   IsGenericTypeDefinition: boolean;
+   IsGenericTypeParameter: boolean;
+   IsImport: boolean;
+   IsInterface: boolean;
+   IsLayoutSequential: boolean;
+   IsMarshalByRef: boolean;
+   IsNested: boolean;
+   IsNestedAssembly: boolean;
+   IsNestedFamANDAssem: boolean;
+   IsNestedFamily: boolean;
+   IsNestedFamORAssem: boolean;
+   IsNestedPrivate: boolean;
+   IsNestedPublic: boolean;
+   IsNotPublic: boolean;
+   IsPointer: boolean;
+   IsPrimitive: boolean;
+   IsPublic: boolean;
+   IsSealed: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSerializable: boolean;
+   IsSignatureType: boolean;
+   IsSpecialName: boolean;
+   IsSZArray: boolean;
+   IsTypeDefinition: boolean;
+   IsUnicodeClass: boolean;
+   IsUnmanagedFunctionPointer: boolean;
+   IsValueType: boolean;
+   IsVariableBoundArray: boolean;
+   IsVisible: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   Namespace: string;
+   ReflectedType: Type;
+   StructLayoutAttribute: StructLayoutAttribute;
+   TypeHandle: RuntimeTypeHandle;
+   TypeInitializer: ConstructorInfo;
+   UnderlyingSystemType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Type class: Type
  2. +
  3. use by property member Assembly: Assembly
  4. +
  5. use by property member Attributes: TypeAttributes
  6. +
  7. use by property member BaseType: Type
  8. +
  9. use by property member CustomAttributes: iterates(CustomAttributeData)
  10. +
  11. use by property member DeclaredConstructors: iterates(ConstructorInfo)
  12. +
  13. use by property member DeclaredEvents: iterates(EventInfo)
  14. +
  15. use by property member DeclaredFields: iterates(FieldInfo)
  16. +
  17. use by property member DeclaredMembers: iterates(MemberInfo)
  18. +
  19. use by property member DeclaredMethods: iterates(MethodInfo)
  20. +
  21. use by property member DeclaredNestedTypes: iterates(TypeInfo)
  22. +
  23. use by property member DeclaredProperties: iterates(PropertyInfo)
  24. +
  25. use by property member DeclaringMethod: MethodBase
  26. +
  27. use by property member DeclaringType: Type
  28. +
  29. use by property member GenericParameterAttributes: GenericParameterAttributes
  30. +
  31. use by property member GenericTypeArguments: Type
  32. +
  33. use by property member GenericTypeParameters: Type
  34. +
  35. use by property member GUID: Guid
  36. +
  37. use by property member ImplementedInterfaces: iterates(Type)
  38. +
  39. use by property member MemberType: MemberTypes
  40. +
  41. use by property member Module: Module
  42. +
  43. use by property member ReflectedType: Type
  44. +
  45. use by property member StructLayoutAttribute: StructLayoutAttribute
  46. +
  47. use by property member TypeHandle: RuntimeTypeHandle
  48. +
  49. use by property member TypeInitializer: ConstructorInfo
  50. +
  51. use by property member UnderlyingSystemType: Type
  52. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Runtime/InteropServices/LayoutKind.html b/vignettes/clr/System/Runtime/InteropServices/LayoutKind.html new file mode 100644 index 0000000..0164263 --- /dev/null +++ b/vignettes/clr/System/Runtime/InteropServices/LayoutKind.html @@ -0,0 +1,64 @@ + + + + + System.Runtime.InteropServices.LayoutKind + + + + + + +
+ + + + + + +
LayoutKind {System.Runtime.InteropServices}.NET clr documentation
+ +

LayoutKind

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Runtime.InteropServices
+export class LayoutKind extends Enum {
+   Sequential: LayoutKind = 0;
+
+   Explicit: LayoutKind = 2;
+
+   Auto: LayoutKind = 3;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member Sequential: LayoutKind
  4. +
  5. use by field member Explicit: LayoutKind
  6. +
  7. use by field member Auto: LayoutKind
  8. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Runtime/InteropServices/StructLayoutAttribute.html b/vignettes/clr/System/Runtime/InteropServices/StructLayoutAttribute.html new file mode 100644 index 0000000..cb22149 --- /dev/null +++ b/vignettes/clr/System/Runtime/InteropServices/StructLayoutAttribute.html @@ -0,0 +1,59 @@ + + + + + System.Runtime.InteropServices.StructLayoutAttribute + + + + + + +
+ + + + + + +
StructLayoutAttribute {System.Runtime.InteropServices}.NET clr documentation
+ +

StructLayoutAttribute

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Runtime.InteropServices
+export class StructLayoutAttribute extends Attribute {
+   TypeId: any kind;
+   Value: LayoutKind;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Attribute class: Attribute
  2. +
  3. use by property member TypeId: any kind
  4. +
  5. use by property member Value: LayoutKind
  6. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/RuntimeFieldHandle.html b/vignettes/clr/System/RuntimeFieldHandle.html new file mode 100644 index 0000000..17f371d --- /dev/null +++ b/vignettes/clr/System/RuntimeFieldHandle.html @@ -0,0 +1,57 @@ + + + + + System.RuntimeFieldHandle + + + + + + +
+ + + + + + +
RuntimeFieldHandle {System}.NET clr documentation
+ +

RuntimeFieldHandle

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class RuntimeFieldHandle extends ValueType {
+   Value: IntPtr;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member Value: IntPtr
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/RuntimeMethodHandle.html b/vignettes/clr/System/RuntimeMethodHandle.html new file mode 100644 index 0000000..8b8d284 --- /dev/null +++ b/vignettes/clr/System/RuntimeMethodHandle.html @@ -0,0 +1,57 @@ + + + + + System.RuntimeMethodHandle + + + + + + +
+ + + + + + +
RuntimeMethodHandle {System}.NET clr documentation
+ +

RuntimeMethodHandle

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class RuntimeMethodHandle extends ValueType {
+   Value: IntPtr;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member Value: IntPtr
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/RuntimeTypeHandle.html b/vignettes/clr/System/RuntimeTypeHandle.html new file mode 100644 index 0000000..4388bb2 --- /dev/null +++ b/vignettes/clr/System/RuntimeTypeHandle.html @@ -0,0 +1,57 @@ + + + + + System.RuntimeTypeHandle + + + + + + +
+ + + + + + +
RuntimeTypeHandle {System}.NET clr documentation
+ +

RuntimeTypeHandle

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class RuntimeTypeHandle extends ValueType {
+   Value: IntPtr;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
  3. use by property member Value: IntPtr
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Security/SecurityRuleSet.html b/vignettes/clr/System/Security/SecurityRuleSet.html new file mode 100644 index 0000000..e84ca14 --- /dev/null +++ b/vignettes/clr/System/Security/SecurityRuleSet.html @@ -0,0 +1,64 @@ + + + + + System.Security.SecurityRuleSet + + + + + + +
+ + + + + + +
SecurityRuleSet {System.Security}.NET clr documentation
+ +

SecurityRuleSet

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System.Security
+export class SecurityRuleSet extends Enum {
+   None: SecurityRuleSet = 0;
+
+   Level1: SecurityRuleSet = 1;
+
+   Level2: SecurityRuleSet = 2;
+
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from Enum class: Enum
  2. +
  3. use by field member None: SecurityRuleSet
  4. +
  5. use by field member Level1: SecurityRuleSet
  6. +
  7. use by field member Level2: SecurityRuleSet
  8. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/TimeSpan.html b/vignettes/clr/System/TimeSpan.html new file mode 100644 index 0000000..29d7f7a --- /dev/null +++ b/vignettes/clr/System/TimeSpan.html @@ -0,0 +1,70 @@ + + + + + System.TimeSpan + + + + + + +
+ + + + + + +
TimeSpan {System}.NET clr documentation
+ +

TimeSpan

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class TimeSpan extends ValueType {
+   Days: integer;
+   Hours: integer;
+   Microseconds: integer;
+   Milliseconds: integer;
+   Minutes: integer;
+   Nanoseconds: integer;
+   Seconds: integer;
+   Ticks: integer;
+   TotalDays: double;
+   TotalHours: double;
+   TotalMicroseconds: double;
+   TotalMilliseconds: double;
+   TotalMinutes: double;
+   TotalNanoseconds: double;
+   TotalSeconds: double;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/Type.html b/vignettes/clr/System/Type.html new file mode 100644 index 0000000..6d8c5fa --- /dev/null +++ b/vignettes/clr/System/Type.html @@ -0,0 +1,144 @@ + + + + + System.Type + + + + + + +
+ + + + + + +
Type {System}.NET clr documentation
+ +

Type

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class Type extends MemberInfo {
+   Assembly: Assembly;
+   AssemblyQualifiedName: string;
+   Attributes: TypeAttributes;
+   BaseType: Type;
+   ContainsGenericParameters: boolean;
+   CustomAttributes: iterates(CustomAttributeData);
+   DeclaringMethod: MethodBase;
+   DeclaringType: Type;
+   FullName: string;
+   GenericParameterAttributes: GenericParameterAttributes;
+   GenericParameterPosition: integer;
+   GenericTypeArguments: Type[];
+   GUID: Guid;
+   HasElementType: boolean;
+   IsAbstract: boolean;
+   IsAnsiClass: boolean;
+   IsArray: boolean;
+   IsAutoClass: boolean;
+   IsAutoLayout: boolean;
+   IsByRef: boolean;
+   IsByRefLike: boolean;
+   IsClass: boolean;
+   IsCollectible: boolean;
+   IsCOMObject: boolean;
+   IsConstructedGenericType: boolean;
+   IsContextful: boolean;
+   IsEnum: boolean;
+   IsExplicitLayout: boolean;
+   IsFunctionPointer: boolean;
+   IsGenericMethodParameter: boolean;
+   IsGenericParameter: boolean;
+   IsGenericType: boolean;
+   IsGenericTypeDefinition: boolean;
+   IsGenericTypeParameter: boolean;
+   IsImport: boolean;
+   IsInterface: boolean;
+   IsLayoutSequential: boolean;
+   IsMarshalByRef: boolean;
+   IsNested: boolean;
+   IsNestedAssembly: boolean;
+   IsNestedFamANDAssem: boolean;
+   IsNestedFamily: boolean;
+   IsNestedFamORAssem: boolean;
+   IsNestedPrivate: boolean;
+   IsNestedPublic: boolean;
+   IsNotPublic: boolean;
+   IsPointer: boolean;
+   IsPrimitive: boolean;
+   IsPublic: boolean;
+   IsSealed: boolean;
+   IsSecurityCritical: boolean;
+   IsSecuritySafeCritical: boolean;
+   IsSecurityTransparent: boolean;
+   IsSerializable: boolean;
+   IsSignatureType: boolean;
+   IsSpecialName: boolean;
+   IsSZArray: boolean;
+   IsTypeDefinition: boolean;
+   IsUnicodeClass: boolean;
+   IsUnmanagedFunctionPointer: boolean;
+   IsValueType: boolean;
+   IsVariableBoundArray: boolean;
+   IsVisible: boolean;
+   MemberType: MemberTypes;
+   MetadataToken: integer;
+   Module: Module;
+   Name: string;
+   Namespace: string;
+   ReflectedType: Type;
+   StructLayoutAttribute: StructLayoutAttribute;
+   TypeHandle: RuntimeTypeHandle;
+   TypeInitializer: ConstructorInfo;
+   UnderlyingSystemType: Type;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MemberInfo class: MemberInfo
  2. +
  3. use by property member Assembly: Assembly
  4. +
  5. use by property member Attributes: TypeAttributes
  6. +
  7. use by property member BaseType: Type
  8. +
  9. use by property member CustomAttributes: iterates(CustomAttributeData)
  10. +
  11. use by property member DeclaringMethod: MethodBase
  12. +
  13. use by property member DeclaringType: Type
  14. +
  15. use by property member GenericParameterAttributes: GenericParameterAttributes
  16. +
  17. use by property member GenericTypeArguments: Type
  18. +
  19. use by property member GUID: Guid
  20. +
  21. use by property member MemberType: MemberTypes
  22. +
  23. use by property member Module: Module
  24. +
  25. use by property member ReflectedType: Type
  26. +
  27. use by property member StructLayoutAttribute: StructLayoutAttribute
  28. +
  29. use by property member TypeHandle: RuntimeTypeHandle
  30. +
  31. use by property member TypeInitializer: ConstructorInfo
  32. +
  33. use by property member UnderlyingSystemType: Type
  34. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/UInt32.html b/vignettes/clr/System/UInt32.html new file mode 100644 index 0000000..9f6de48 --- /dev/null +++ b/vignettes/clr/System/UInt32.html @@ -0,0 +1,55 @@ + + + + + System.UInt32 + + + + + + +
+ + + + + + +
UInt32 {System}.NET clr documentation
+ +

UInt32

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class UInt32 extends ValueType {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from ValueType class: ValueType
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/System/ValueType.html b/vignettes/clr/System/ValueType.html new file mode 100644 index 0000000..d326d64 --- /dev/null +++ b/vignettes/clr/System/ValueType.html @@ -0,0 +1,53 @@ + + + + + System.ValueType + + + + + + +
+ + + + + + +
ValueType {System}.NET clr documentation
+ +

ValueType

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace System
+export class ValueType {
+}
+
+        
+ +

.NET clr type reference tree

+ + this clr type has no other .net clr type reference. + + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registry.html b/vignettes/clr/biocad_registry/biocad_registry.html new file mode 100644 index 0000000..67fe6d5 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registry.html @@ -0,0 +1,67 @@ + + + + + biocad_registry.biocad_registry + + + + + + +
+ + + + + + +
biocad_registry {biocad_registry}.NET clr documentation
+ +

biocad_registry

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry
+export class biocad_registry extends db_mysql {
+   db_xrefs: Model;
+   molecule_function: Model;
+   reaction_graph: Model;
+   regulation_graph: Model;
+   subcellular_compartments: Model;
+   vocabulary: Model;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from db_mysql class: db_mysql
  2. +
  3. use by property member db_xrefs: Model
  4. +
  5. use by property member molecule_function: Model
  6. +
  7. use by property member reaction_graph: Model
  8. +
  9. use by property member regulation_graph: Model
  10. +
  11. use by property member subcellular_compartments: Model
  12. +
  13. use by property member vocabulary: Model
  14. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/complex.html b/vignettes/clr/biocad_registry/biocad_registryModel/complex.html new file mode 100644 index 0000000..fc1c5c2 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/complex.html @@ -0,0 +1,61 @@ + + + + + biocad_registry.biocad_registryModel.complex + + + + + + +
+ + + + + + +
complex {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

complex

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class complex extends MySQLTable {
+   add_time: DateTime;
+   component_id: integer;
+   id: integer;
+   molecule_id: integer;
+   note: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/db_mysql.html b/vignettes/clr/biocad_registry/biocad_registryModel/db_mysql.html new file mode 100644 index 0000000..2869058 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/db_mysql.html @@ -0,0 +1,55 @@ + + + + + biocad_registry.biocad_registryModel.db_mysql + + + + + + +
+ + + + + + +
db_mysql {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

db_mysql

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class db_mysql extends IDatabase {
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from IDatabase class: IDatabase
  2. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/db_xrefs.html b/vignettes/clr/biocad_registry/biocad_registryModel/db_xrefs.html new file mode 100644 index 0000000..c4fdffa --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/db_xrefs.html @@ -0,0 +1,62 @@ + + + + + biocad_registry.biocad_registryModel.db_xrefs + + + + + + +
+ + + + + + +
db_xrefs {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

db_xrefs

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class db_xrefs extends MySQLTable {
+   add_time: DateTime;
+   db_key: integer;
+   id: integer;
+   obj_id: integer;
+   type: integer;
+   xref: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/molecule.html b/vignettes/clr/biocad_registry/biocad_registryModel/molecule.html new file mode 100644 index 0000000..c87c98d --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/molecule.html @@ -0,0 +1,65 @@ + + + + + biocad_registry.biocad_registryModel.molecule + + + + + + +
+ + + + + + +
molecule {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

molecule

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class molecule extends MySQLTable {
+   add_time: DateTime;
+   formula: string;
+   id: integer;
+   mass: double;
+   name: string;
+   note: string;
+   parent: integer;
+   type: integer;
+   xref_id: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/pathway.html b/vignettes/clr/biocad_registry/biocad_registryModel/pathway.html new file mode 100644 index 0000000..e9fe446 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/pathway.html @@ -0,0 +1,61 @@ + + + + + biocad_registry.biocad_registryModel.pathway + + + + + + +
+ + + + + + +
pathway {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

pathway

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class pathway extends MySQLTable {
+   add_time: DateTime;
+   id: integer;
+   name: string;
+   note: string;
+   xref_id: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/reaction.html b/vignettes/clr/biocad_registry/biocad_registryModel/reaction.html new file mode 100644 index 0000000..5c7f9c4 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/reaction.html @@ -0,0 +1,62 @@ + + + + + biocad_registry.biocad_registryModel.reaction + + + + + + +
+ + + + + + +
reaction {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

reaction

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class reaction extends MySQLTable {
+   add_time: DateTime;
+   db_xref: string;
+   equation: string;
+   id: integer;
+   name: string;
+   note: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/reaction_graph.html b/vignettes/clr/biocad_registry/biocad_registryModel/reaction_graph.html new file mode 100644 index 0000000..8c2097a --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/reaction_graph.html @@ -0,0 +1,64 @@ + + + + + biocad_registry.biocad_registryModel.reaction_graph + + + + + + +
+ + + + + + +
reaction_graph {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

reaction_graph

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class reaction_graph extends MySQLTable {
+   add_time: DateTime;
+   db_xref: string;
+   factor: double;
+   id: integer;
+   molecule_id: integer;
+   note: string;
+   reaction: integer;
+   role: integer;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_compartments.html b/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_compartments.html new file mode 100644 index 0000000..aa78ab7 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_compartments.html @@ -0,0 +1,61 @@ + + + + + biocad_registry.biocad_registryModel.subcellular_compartments + + + + + + +
+ + + + + + +
subcellular_compartments {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

subcellular_compartments

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class subcellular_compartments extends MySQLTable {
+   add_time: DateTime;
+   compartment_name: string;
+   id: integer;
+   note: string;
+   topology: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_location.html b/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_location.html new file mode 100644 index 0000000..41efdd6 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/subcellular_location.html @@ -0,0 +1,62 @@ + + + + + biocad_registry.biocad_registryModel.subcellular_location + + + + + + +
+ + + + + + +
subcellular_location {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

subcellular_location

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class subcellular_location extends MySQLTable {
+   add_time: DateTime;
+   compartment_id: integer;
+   entity: integer;
+   id: integer;
+   note: string;
+   obj_id: integer;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/clr/biocad_registry/biocad_registryModel/vocabulary.html b/vignettes/clr/biocad_registry/biocad_registryModel/vocabulary.html new file mode 100644 index 0000000..6a3f611 --- /dev/null +++ b/vignettes/clr/biocad_registry/biocad_registryModel/vocabulary.html @@ -0,0 +1,62 @@ + + + + + biocad_registry.biocad_registryModel.vocabulary + + + + + + +
+ + + + + + +
vocabulary {biocad_registry.biocad_registryModel}.NET clr documentation
+ +

vocabulary

+ +

Description

+ + + +

Declare

+ +
+            
+# namespace biocad_registry.biocad_registryModel
+export class vocabulary extends MySQLTable {
+   add_time: DateTime;
+   category: string;
+   color: string;
+   id: integer;
+   note: string;
+   term: string;
+}
+
+        
+ +

.NET clr type reference tree

+ +
    +
  1. this class extends from MySQLTable class: MySQLTable
  2. +
  3. use by property member add_time: DateTime
  4. +
+ + +
+
[Package {$package} version {$version} Index] +
+
+ + + + + + + \ No newline at end of file diff --git a/vignettes/index.html b/vignettes/index.html index 9e4ddad..e22558a 100644 --- a/vignettes/index.html +++ b/vignettes/index.html @@ -29,6 +29,10 @@

R Package Symbols

  • tfbs_motif_scanning
  • extract_gbff
  • +

    Library: biocad_registry.dll

    +

    Library: CellRender.dll