C# Class Platform.Invoke.Attributes.EntryPointFormatAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Свойство Type Description
Format string

Méthodes publiques

Méthode Description
EntryPointFormatAttribute ( string format ) : System

Method Details

EntryPointFormatAttribute() public méthode

public EntryPointFormatAttribute ( string format ) : System
format string Format to use. {0} defines the member name.
Résultat 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
Résultat string