C# 클래스 Seatbelt.Interop.Secur32.UNICODE_STRING

파일 보기 프로젝트 열기: notchxor/infraestructura-ofensiva-infra

공개 프로퍼티들

프로퍼티 타입 설명
Length ushort
MaximumLength ushort
buffer IntPtr

공개 메소드들

메소드 설명
Dispose ( ) : void
ToString ( ) : string
UNICODE_STRING ( string s ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UNICODE_STRING() 공개 메소드

public UNICODE_STRING ( string s ) : System
s string
리턴 System

프로퍼티 상세

Length 공개적으로 프로퍼티

public ushort Length
리턴 ushort

MaximumLength 공개적으로 프로퍼티

public ushort MaximumLength
리턴 ushort

buffer 공개적으로 프로퍼티

public IntPtr buffer
리턴 IntPtr