NativeMethods Class

Represents the native methods that are shared between assemblies.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class NativeMethods
'Usage
You do not need to declare an instance of a static class in order to access its members.
[CLSCompliantAttribute(false)]
public static class NativeMethods
[CLSCompliantAttribute(false)]
public ref class NativeMethods abstract sealed
public final class NativeMethods
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type NativeMethods =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.NativeMethods

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NativeMethods Members

Microsoft.VisualStudio Namespace