C# 클래스 System.Threading.Atomics.MemoryModelHelpers

파일 보기 프로젝트 열기: szKarlen/atomics.net

공개 메소드들

메소드 설명
IsAcquireRelease ( this order ) : bool
ThrowIfNotSupported ( this order ) : void
ToInt32 ( this target ) : int

메소드 상세

IsAcquireRelease() 공개 정적인 메소드

public static IsAcquireRelease ( this order ) : bool
order this
리턴 bool

ThrowIfNotSupported() 공개 정적인 메소드

public static ThrowIfNotSupported ( this order ) : void
order this
리턴 void

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this target ) : int
target this
리턴 int