C# 클래스 Monobjc.SelectorExtensions

Contains extension methods to ease the selector transformations.

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
ToSelector ( this selector ) : IntPtr

Convert the selector into its pointer representation.

ToSelector ( this selector ) : String

Convert the selector into its string representation.

메소드 상세

ToSelector() 공개 정적인 메소드

Convert the selector into its pointer representation.
public static ToSelector ( this selector ) : IntPtr
selector this The selector.
리턴 System.IntPtr

ToSelector() 공개 정적인 메소드

Convert the selector into its string representation.
public static ToSelector ( this selector ) : String
selector this The selector.
리턴 String