C# Class RatchetSharp.NativeBindingAttribute

Inheritance: Attribute
Exibir arquivo Open project: themeldingwars/Ratchet Class Usage Examples

Public Properties

Property Type Description
DelegateType Type
Name string

Public Methods

Method Description
NativeBindingAttribute ( string Name, Type DelegateType ) : System

Method Details

NativeBindingAttribute() public method

public NativeBindingAttribute ( string Name, Type DelegateType ) : System
Name string
DelegateType Type
return System

Property Details

DelegateType public_oe property

public Type DelegateType
return Type

Name public_oe property

public string Name
return string