Table of Contents

Class ExcludeFromStubsAttribute

Namespace
System.Runtime.CompilerServices
Assembly
mscorlib.dll

When a class, enum, or struct is marked with ExcludeFromStubsAttribute it will be excluded from the native stubs generated by .NET nanoFramework metadata processor.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum, AllowMultiple = false, Inherited = true)]
public class ExcludeFromStubsAttribute : Attribute
Inheritance
ExcludeFromStubsAttribute
Inherited Members
Extension Methods

Constructors

ExcludeFromStubsAttribute()

public ExcludeFromStubsAttribute()