C# Class Platform.Invoke.Attributes.LibraryAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: GeirGrusom/PlatformInvoker

Public Properties

Property Type Description
Name string

Public Methods

Method Description
LibraryAttribute ( string name ) : System

Method Details

LibraryAttribute() public method

public LibraryAttribute ( string name ) : System
name string
return System

Property Details

Name public_oe property

Gets or sets the name of the library to use.
public string Name
return string