C# 클래스 System.Security.SecurityFrame

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( SecurityFrame sf ) : bool
GetStack ( int skipFrames ) : ArrayList
ToString ( ) : string

비공개 메소드들

메소드 설명
InitFromRuntimeFrame ( RuntimeSecurityFrame frame ) : void
SecurityFrame ( RuntimeSecurityFrame frame ) : System.Collections
SecurityFrame ( int skip ) : System.Collections
_GetSecurityFrame ( int skip ) : RuntimeSecurityFrame
_GetSecurityStack ( int skip ) : Array

메소드 상세

Equals() 공개 메소드

public Equals ( SecurityFrame sf ) : bool
sf SecurityFrame
리턴 bool

GetStack() 정적인 공개 메소드

static public GetStack ( int skipFrames ) : ArrayList
skipFrames int
리턴 System.Collections.ArrayList

ToString() 공개 메소드

public ToString ( ) : string
리턴 string