C# Class Legion.String

Show file Open project: Zoxc/legion

Public Properties

Property Type Description
str System.IntPtr

Public Methods

Method Description
String ( IntPtr str ) : System
ToString ( ) : string

Method Details

String() public method

public String ( IntPtr str ) : System
str System.IntPtr
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

str public property

public IntPtr,System str
return System.IntPtr