Show / Hide Table of Contents

Class MoonSharpUserDataAttribute

Marks a type of automatic registration as userdata (which happens only if UserData.RegisterAssembly is called).

Inheritance
System.Object
MoonSharpUserDataAttribute
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class MoonSharpUserDataAttribute : Attribute

Constructors

MoonSharpUserDataAttribute()

Initializes a new instance of the MoonSharpUserDataAttribute class.

Declaration
public MoonSharpUserDataAttribute()

Properties

AccessMode

The interop access mode

Declaration
public InteropAccessMode AccessMode { get; set; }
Property Value
InteropAccessMode

Back to top Built by Itinero, MIT licensed.