Bridge Namespace
Classes
Class | Description | |
---|---|---|
![]() |
AccessorsIndexerAttribute | |
![]() |
AdapterAttribute | |
![]() |
AllowAttribute | |
![]() |
Any<(Of <(<'T1, T2>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3, T4>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3, T4, T5>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3, T4, T5, T6>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3, T4, T5, T6, T7>)>)> | |
![]() |
Any<(Of <(<'T1, T2, T3, T4, T5, T6, T7, T8>)>)> | |
![]() |
Browser | |
![]() |
ConstructorAttribute | |
![]() |
EnumAttribute | |
![]() |
ExternalAttribute |
Makes it so the code with this attribute is not built into the assembly files.
Useful for stubbed out code to match JavaScript.
|
![]() |
FieldPropertyAttribute | |
![]() |
FileNameAttribute |
The file name where JavaScript is generated to.
|
![]() |
GlobalTargetAttribute | |
![]() |
IgnoreAttribute | Obsolete. |
![]() |
IgnoreCastAttribute | |
![]() |
IgnoreGenericAttribute | |
![]() |
ImmutableAttribute | |
![]() |
InitAttribute | |
![]() |
InlineConstAttribute | |
![]() |
ModuleAttribute | |
![]() |
ModuleDependencyAttribute | |
![]() |
NameAttribute |
Specifies full path name of the entity (namespace+entity), when emitting JavaScript-equivalent
code. This overrides the inferred namespace.class.method name, for example.
|
![]() |
NamespaceAttribute |
Specifies a custom namespace for the built entity.
Use 'false' (without quotes) to suppress namespace binding (usually with [Ignore] attribute).
|
![]() |
ObjectLiteralAttribute | |
![]() |
OutputAttribute |
The output folder path for generated JavaScript. A non-absolute path is concatenated with a project's root.
Examples: "Bridge/output/", "../Bridge/output/", "c:\\output\\"
|
![]() |
OutputByAttribute |
The option to manage JavaScript output folders and files.
See TypesSplit enum for more details.
|
![]() |
PriorityAttribute | |
![]() |
Script | |
![]() |
ScriptAttribute |
ScriptAttribute specifies the method implementation that will be output to javascript
instead of its actual C# implementation. C# implementation is completely discarded if
this attribute is used.
|
![]() |
TemplateAttribute |
TemplateAttribute is instruction to replace method calling (in expression) by required code
|
![]() |
This | |
![]() |
ThisInstance | |
![]() |
Validation |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
CreditCardType | |
![]() |
DefaultValueMode | |
![]() |
Emit | |
![]() |
InitPosition | |
![]() |
OutputBy |
The options to manage JavaScript output folders and files.
|