C# Class Platform.Invoke.Attributes.EntryPointAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: GeirGrusom/PlatformInvoker

Public Properties

Property Type Description
Name string

Public Methods

Method Description
EntryPointAttribute ( string name ) : System

Method Details

EntryPointAttribute() public method

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

Property Details

Name public_oe property

Gets or sets the entry point name.
public string Name
return string