C# Class RatchetSharp.NativeBindingAttribute

Inheritance: Attribute
Show file 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 property

public Type DelegateType
return Type

Name public property

public string Name
return string