C# 클래스 Mono.ToggleRef

파일 보기 프로젝트 열기: shana/moon

보호된 프로퍼티들

프로퍼티 타입 설명
gch System.Runtime.InteropServices.GCHandle
handle System.IntPtr
reference object

공개 메소드들

메소드 설명
Free ( ) : void
Initialize ( ) : void
ToggleRef ( IntPtr handle, object reference ) : System

보호된 메소드들

메소드 설명
AddToggleRefNotifyCallback ( ) : void
RemoveToggleRefNotifyCallback ( ) : void
Toggle ( bool isLastRef ) : void

메소드 상세

AddToggleRefNotifyCallback() 보호된 추상적인 메소드

protected abstract AddToggleRefNotifyCallback ( ) : void
리턴 void

Free() 공개 메소드

public Free ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RemoveToggleRefNotifyCallback() 보호된 추상적인 메소드

protected abstract RemoveToggleRefNotifyCallback ( ) : void
리턴 void

Toggle() 보호된 메소드

protected Toggle ( bool isLastRef ) : void
isLastRef bool
리턴 void

ToggleRef() 공개 메소드

public ToggleRef ( IntPtr handle, object reference ) : System
handle System.IntPtr
reference object
리턴 System

프로퍼티 상세

gch 보호되어 있는 프로퍼티

protected GCHandle,System.Runtime.InteropServices gch
리턴 System.Runtime.InteropServices.GCHandle

handle 보호되어 있는 프로퍼티

protected IntPtr,System handle
리턴 System.IntPtr

reference 보호되어 있는 프로퍼티

protected object reference
리턴 object