C# Class Platform.Invoke.Attributes.EntryPointFormatAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: GeirGrusom/PlatformInvoker

Public Properties

Property Type Description
Format string

Public Methods

Method Description
EntryPointFormatAttribute ( string format ) : System

Method Details

EntryPointFormatAttribute() public method

public EntryPointFormatAttribute ( string format ) : System
format string Format to use. {0} defines the member name.
return System

Property Details

Format public_oe property

Gets or sets the formatting to use for name lookups. Use {0} to specify method name.
public string Format
return string