Bridge

Bridge Namespace

Classes


  Class Description
Public class AccessorsIndexerAttribute
Public class AdapterAttribute
Public class AllowAttribute
Public class Any<(Of <(<'T1, T2>)>)>
Public class Any<(Of <(<'T1, T2, T3>)>)>
Public class Any<(Of <(<'T1, T2, T3, T4>)>)>
Public class Any<(Of <(<'T1, T2, T3, T4, T5>)>)>
Public class Any<(Of <(<'T1, T2, T3, T4, T5, T6>)>)>
Public class Any<(Of <(<'T1, T2, T3, T4, T5, T6, T7>)>)>
Public class Any<(Of <(<'T1, T2, T3, T4, T5, T6, T7, T8>)>)>
Public class Browser
Public class ConstructorAttribute
Public class EnumAttribute
Public class ExternalAttribute
Makes it so the code with this attribute is not built into the assembly files. Useful for stubbed out code to match JavaScript.
Public class FieldPropertyAttribute
Public class FileNameAttribute
The file name where JavaScript is generated to.
Public class GlobalTargetAttribute
Public class IgnoreAttribute Obsolete.
Public class IgnoreCastAttribute
Public class IgnoreGenericAttribute
Public class ImmutableAttribute
Public class InitAttribute
Public class InlineConstAttribute
Public class ModuleAttribute
Public class ModuleDependencyAttribute
Public class 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.
Public class NamespaceAttribute
Specifies a custom namespace for the built entity. Use 'false' (without quotes) to suppress namespace binding (usually with [Ignore] attribute).
Public class ObjectLiteralAttribute
Public class 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\\"
Public class OutputByAttribute
The option to manage JavaScript output folders and files. See TypesSplit enum for more details.
Public class PriorityAttribute
Public class Script
Public class 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.
Public class TemplateAttribute
TemplateAttribute is instruction to replace method calling (in expression) by required code
Public class This
Public class ThisInstance
Public class Validation

Interfaces


  Interface Description
Public interface IBridgeClass

Enumerations


  Enumeration Description
Public enumeration CreditCardType
Public enumeration DefaultValueMode
Public enumeration Emit
Public enumeration InitPosition
Public enumeration OutputBy
The options to manage JavaScript output folders and files.