Bridge

ScriptAttribute Class

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.

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[AttributeUsageAttribute]
public sealed class ScriptAttribute : Attribute
<ExternalAttribute> _
<AttributeUsageAttribute> _
Public NotInheritable Class ScriptAttribute _
	Inherits Attribute
[ExternalAttribute]
[AttributeUsageAttribute]
public ref class ScriptAttribute sealed : public Attribute

Inheritance Hierarchy


System..::..Object
  System..::..Attribute
    Bridge..::..ScriptAttribute